Html Css Color HEX #C63415 Harley Davidson Orange

📋 copy color: '#C63415'

red 198 ◦ green 52 ◦ blue 21

#C63415
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C63415

Tints of Harley Davidson Orange #C63415

RGB

 RED value IS 198 (77.73% from 255) = 73.06%

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 73.06%
G = 19.19%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C63415 (or 0xC63415) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 15. RGB value is (198,52,21). Sum of RGB (Red+Green+Blue) = 198+52+21=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C63415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63415 is #39CBEA. Grayscale: #5C5C5C. Windows color (decimal): -3787755 or 1389766. OLE color: 1389766.

HSL color Cylindrical-coordinate representation of color #C63415: hue angle of 10.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C63415 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 21 -
CMYK 0 0.74 0.89 0.22
HSL 10.51º 0.81% 0.43% -
HSV(B) 10.51º 0.89% 0.78% -
XYZ 24.65 14.52 2.21 -
YUV 92.12 87.87 203.52 -
System Red Green Blue C M Y K H S L
Decimal 198 52 21 0 0.74 0.89 0.22 10.51 0.81 0.43
Hex C6 34 15 0 4A 59 16 B 51 2B
Octal 306 64 25 0 112 131 26 13 121 53
Binary 11000110 110100 10101 0 1001010 1011001 10110 1011 1010001 101011

Color Harmonies of #C63415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63415

Black with #C63415

Text Example


Text Example

White with #C63415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63415; }

 p { color: rgb(198,52,21); }

 H1.HeaderClassName
 {
   color: #C63415;
 }
 .AnyTagClassName
 {
   color: #C63415;
 }
</style>

background-color css

<style>
 a { background-color: #C63415; }

 a { background-color: rgb(198,52,21); }

 div.DivClassName
 {
   background-color: #C63415;
 }
 .BgClassName
 {
   background-color: #C63415;
 }
</style>

border-color css

<style>
 span { border-color: #C63415; }

 span { border-color: rgb(198,52,21); }

 td.TdClassName
 {
   border-color: #C63415;
 }
 .TagClassName
 {
   border-color: #C63415;
 }
</style>