Html Css Color HEX #C72B18 Harley Davidson Orange

📋 copy color: '#C72B18'

red 199 ◦ green 43 ◦ blue 24

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

Shades of Harley Davidson Orange #C72B18

Tints of Harley Davidson Orange #C72B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 74.81%
G = 16.17%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C72B18 (or 0xC72B18) is known color: Harley Davidson Orange. HEX triplet: C7, 2B and 18. RGB value is (199,43,24). Sum of RGB (Red+Green+Blue) = 199+43+24=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72B18 is #38D4E7. Grayscale: #575757. Windows color (decimal): -3724520 or 1584071. OLE color: 1584071.

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

Color convert

RGB 199 43 24 -
CMYK 0 0.78 0.88 0.22
HSL 6.51º 0.78% 0.44% -
HSV(B) 6.51º 0.88% 0.78% -
XYZ 24.58 13.94 2.26 -
YUV 87.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 199 43 24 0 0.78 0.88 0.22 6.51 0.78 0.44
Hex C7 2B 18 0 4E 58 16 7 4E 2C
Octal 307 53 30 0 116 130 26 7 116 54
Binary 11000111 101011 11000 0 1001110 1011000 10110 111 1001110 101100

Color Harmonies of #C72B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72B18

Black with #C72B18

Text Example


Text Example

White with #C72B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72B18; }

 p { color: rgb(199,43,24); }

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

background-color css

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

 a { background-color: rgb(199,43,24); }

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

border-color css

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

 span { border-color: rgb(199,43,24); }

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