Html Css Color HEX #C42B09 Harley Davidson Orange

📋 copy color: '#C42B09'

red 196 ◦ green 43 ◦ blue 9

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

Shades of Harley Davidson Orange #C42B09

Tints of Harley Davidson Orange #C42B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.34%

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

R = 79.03%
G = 17.34%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C42B09 (or 0xC42B09) is known color: Harley Davidson Orange. HEX triplet: C4, 2B and 09. RGB value is (196,43,9). Sum of RGB (Red+Green+Blue) = 196+43+9=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42B09 is #3BD4F6. Grayscale: #555555. Windows color (decimal): -3921143 or 601028. OLE color: 601028.

HSL color Cylindrical-coordinate representation of color #C42B09: hue angle of 10.91º 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 #C42B09 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 43 9 -
CMYK 0 0.78 0.95 0.23
HSL 10.91º 0.91% 0.4% -
HSV(B) 10.91º 0.95% 0.77% -
XYZ 23.68 13.48 1.61 -
YUV 84.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 196 43 9 0 0.78 0.95 0.23 10.91 0.91 0.4
Hex C4 2B 9 0 4E 5F 17 B 5B 28
Octal 304 53 11 0 116 137 27 13 133 50
Binary 11000100 101011 1001 0 1001110 1011111 10111 1011 1011011 101000

Color Harmonies of #C42B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B09

Black with #C42B09

Text Example


Text Example

White with #C42B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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