Html Css Color HEX #C42309 Harley Davidson Orange

📋 copy color: '#C42309'

red 196 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #C42309

Tints of Harley Davidson Orange #C42309

RGB

 RED value IS 196 (76.95% from 255) = 81.67%

 GREEN value IS 35 (14.06% from 255) = 14.58%

 BLUE value IS 9 (3.91% from 255) = 3.75%

R = 81.67%
G = 14.58%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C42309 (or 0xC42309) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 09. RGB value is (196,35,9). Sum of RGB (Red+Green+Blue) = 196+35+9=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C42309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42309 is #3BDCF6. Grayscale: #505050. Windows color (decimal): -3923191 or 598980. OLE color: 598980.

HSL color Cylindrical-coordinate representation of color #C42309: hue angle of 8.34º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C42309 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 9 -
CMYK 0 0.82 0.95 0.23
HSL 8.34º 0.91% 0.4% -
HSV(B) 8.34º 0.95% 0.77% -
XYZ 23.42 12.96 1.53 -
YUV 80.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 196 35 9 0 0.82 0.95 0.23 8.34 0.91 0.4
Hex C4 23 9 0 52 5F 17 8 5B 28
Octal 304 43 11 0 122 137 27 10 133 50
Binary 11000100 100011 1001 0 1010010 1011111 10111 1000 1011011 101000

Color Harmonies of #C42309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42309

Black with #C42309

Text Example


Text Example

White with #C42309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42309; }

 p { color: rgb(196,35,9); }

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

background-color css

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

 a { background-color: rgb(196,35,9); }

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

border-color css

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

 span { border-color: rgb(196,35,9); }

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