Html Css Color HEX #C72F15 Harley Davidson Orange

📋 copy color: '#C72F15'

red 199 ◦ green 47 ◦ blue 21

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

Shades of Harley Davidson Orange #C72F15

Tints of Harley Davidson Orange #C72F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 74.53%
G = 17.6%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72F15 (or 0xC72F15) is known color: Harley Davidson Orange. HEX triplet: C7, 2F and 15. RGB value is (199,47,21). Sum of RGB (Red+Green+Blue) = 199+47+21=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72F15 is #38D0EA. Grayscale: #595959. Windows color (decimal): -3723499 or 1388487. OLE color: 1388487.

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

Color convert

RGB 199 47 21 -
CMYK 0 0.76 0.89 0.22
HSL 8.76º 0.81% 0.43% -
HSV(B) 8.76º 0.89% 0.78% -
XYZ 24.71 14.23 2.15 -
YUV 89.48 89.36 206.11 -
System Red Green Blue C M Y K H S L
Decimal 199 47 21 0 0.76 0.89 0.22 8.76 0.81 0.43
Hex C7 2F 15 0 4C 59 16 9 51 2B
Octal 307 57 25 0 114 131 26 11 121 53
Binary 11000111 101111 10101 0 1001100 1011001 10110 1001 1010001 101011

Color Harmonies of #C72F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72F15

Black with #C72F15

Text Example


Text Example

White with #C72F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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