Html Css Color HEX #C72F18 Harley Davidson Orange

📋 copy color: '#C72F18'

red 199 ◦ green 47 ◦ blue 24

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

Shades of Harley Davidson Orange #C72F18

Tints of Harley Davidson Orange #C72F18

RGB

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

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

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

R = 73.7%
G = 17.41%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C72F18 (or 0xC72F18) is known color: Harley Davidson Orange. HEX triplet: C7, 2F and 18. RGB value is (199,47,24). Sum of RGB (Red+Green+Blue) = 199+47+24=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72F18 is #38D0E7. Grayscale: #5A5A5A. Windows color (decimal): -3723496 or 1585095. OLE color: 1585095.

HSL color Cylindrical-coordinate representation of color #C72F18: hue angle of 7.89º 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 #C72F18 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 47 24 -
CMYK 0 0.76 0.88 0.22
HSL 7.89º 0.78% 0.44% -
HSV(B) 7.89º 0.88% 0.78% -
XYZ 24.73 14.24 2.31 -
YUV 89.83 90.86 205.87 -
System Red Green Blue C M Y K H S L
Decimal 199 47 24 0 0.76 0.88 0.22 7.89 0.78 0.44
Hex C7 2F 18 0 4C 58 16 8 4E 2C
Octal 307 57 30 0 114 130 26 10 116 54
Binary 11000111 101111 11000 0 1001100 1011000 10110 1000 1001110 101100

Color Harmonies of #C72F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72F18

Black with #C72F18

Text Example


Text Example

White with #C72F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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