Html Css Color HEX #C72402 Harley Davidson Orange

📋 copy color: '#C72402'

red 199 ◦ green 36 ◦ blue 2

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

Shades of Harley Davidson Orange #C72402

Tints of Harley Davidson Orange #C72402

RGB

 RED value IS 199 (78.13% from 255) = 83.97%

 GREEN value IS 36 (14.45% from 255) = 15.19%

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

R = 83.97%
G = 15.19%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C72402 (or 0xC72402) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 02. RGB value is (199,36,2). Sum of RGB (Red+Green+Blue) = 199+36+2=237 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.97% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 199 - color contains mainly: red. Hex color #C72402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72402 is #38DBFD. Grayscale: #515151. Windows color (decimal): -3726334 or 140487. OLE color: 140487.

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

Color convert

RGB 199 36 2 -
CMYK 0 0.82 0.99 0.22
HSL 10.36º 0.98% 0.39% -
HSV(B) 10.36º 0.99% 0.78% -
XYZ 24.2 13.41 1.37 -
YUV 80.86 83.5 212.26 -
System Red Green Blue C M Y K H S L
Decimal 199 36 2 0 0.82 0.99 0.22 10.36 0.98 0.39
Hex C7 24 2 0 52 63 16 A 62 27
Octal 307 44 2 0 122 143 26 12 142 47
Binary 11000111 100100 10 0 1010010 1100011 10110 1010 1100010 100111

Color Harmonies of #C72402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72402

Black with #C72402

Text Example


Text Example

White with #C72402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72402; }

 p { color: rgb(199,36,2); }

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

background-color css

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

 a { background-color: rgb(199,36,2); }

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

border-color css

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

 span { border-color: rgb(199,36,2); }

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