Html Css Color HEX #C42502 Harley Davidson Orange

📋 copy color: '#C42502'

red 196 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #C42502

Tints of Harley Davidson Orange #C42502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 83.4%
G = 15.74%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C42502 (or 0xC42502) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 02. RGB value is (196,37,2). Sum of RGB (Red+Green+Blue) = 196+37+2=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C42502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42502 is #3BDAFD. Grayscale: #505050. Windows color (decimal): -3922686 or 140740. OLE color: 140740.

HSL color Cylindrical-coordinate representation of color #C42502: hue angle of 10.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C42502 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 2 -
CMYK 0 0.81 0.99 0.23
HSL 10.82º 0.98% 0.39% -
HSV(B) 10.82º 0.99% 0.77% -
XYZ 23.44 13.06 1.34 -
YUV 80.55 83.68 210.35 -
System Red Green Blue C M Y K H S L
Decimal 196 37 2 0 0.81 0.99 0.23 10.82 0.98 0.39
Hex C4 25 2 0 51 63 17 B 62 27
Octal 304 45 2 0 121 143 27 13 142 47
Binary 11000100 100101 10 0 1010001 1100011 10111 1011 1100010 100111

Color Harmonies of #C42502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42502

Black with #C42502

Text Example


Text Example

White with #C42502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42502; }

 p { color: rgb(196,37,2); }

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

background-color css

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

 a { background-color: rgb(196,37,2); }

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

border-color css

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

 span { border-color: rgb(196,37,2); }

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