Html Css Color HEX #C42F16 Harley Davidson Orange

📋 copy color: '#C42F16'

red 196 ◦ green 47 ◦ blue 22

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

Shades of Harley Davidson Orange #C42F16

Tints of Harley Davidson Orange #C42F16

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.74%

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 73.96%
G = 17.74%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42F16 (or 0xC42F16) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 16. RGB value is (196,47,22). Sum of RGB (Red+Green+Blue) = 196+47+22=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42F16 is #3BD0E9. Grayscale: #585858. Windows color (decimal): -3920106 or 1454020. OLE color: 1454020.

HSL color Cylindrical-coordinate representation of color #C42F16: hue angle of 8.62º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C42F16 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 47 22 -
CMYK 0 0.76 0.89 0.23
HSL 8.62º 0.8% 0.43% -
HSV(B) 8.62º 0.89% 0.77% -
XYZ 23.93 13.83 2.17 -
YUV 88.7 90.36 204.53 -
System Red Green Blue C M Y K H S L
Decimal 196 47 22 0 0.76 0.89 0.23 8.62 0.8 0.43
Hex C4 2F 16 0 4C 59 17 9 50 2B
Octal 304 57 26 0 114 131 27 11 120 53
Binary 11000100 101111 10110 0 1001100 1011001 10111 1001 1010000 101011

Color Harmonies of #C42F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42F16

Black with #C42F16

Text Example


Text Example

White with #C42F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42F16; }

 p { color: rgb(196,47,22); }

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

background-color css

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

 a { background-color: rgb(196,47,22); }

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

border-color css

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

 span { border-color: rgb(196,47,22); }

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