Html Css Color HEX #C72D0E Harley Davidson Orange

📋 copy color: '#C72D0E'

red 199 ◦ green 45 ◦ blue 14

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

Shades of Harley Davidson Orange #C72D0E

Tints of Harley Davidson Orange #C72D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.44%

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 77.13%
G = 17.44%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C72D0E (or 0xC72D0E) is known color: Harley Davidson Orange. HEX triplet: C7, 2D and 0E. RGB value is (199,45,14). Sum of RGB (Red+Green+Blue) = 199+45+14=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72D0E is #38D2F1. Grayscale: #575757. Windows color (decimal): -3724018 or 929223. OLE color: 929223.

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

Color convert

RGB 199 45 14 -
CMYK 0 0.77 0.93 0.22
HSL 10.05º 0.87% 0.42% -
HSV(B) 10.05º 0.93% 0.78% -
XYZ 24.57 14.05 1.83 -
YUV 87.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 199 45 14 0 0.77 0.93 0.22 10.05 0.87 0.42
Hex C7 2D E 0 4D 5D 16 A 57 2A
Octal 307 55 16 0 115 135 26 12 127 52
Binary 11000111 101101 1110 0 1001101 1011101 10110 1010 1010111 101010

Color Harmonies of #C72D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72D0E

Black with #C72D0E

Text Example


Text Example

White with #C72D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72D0E; }

 p { color: rgb(199,45,14); }

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

background-color css

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

 a { background-color: rgb(199,45,14); }

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

border-color css

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

 span { border-color: rgb(199,45,14); }

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