Html Css Color HEX #C72415 Harley Davidson Orange

📋 copy color: '#C72415'

red 199 ◦ green 36 ◦ blue 21

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

Shades of Harley Davidson Orange #C72415

Tints of Harley Davidson Orange #C72415

RGB

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

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

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

R = 77.73%
G = 14.06%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72415 (or 0xC72415) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 15. RGB value is (199,36,21). Sum of RGB (Red+Green+Blue) = 199+36+21=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C72415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72415 is #38DBEA. Grayscale: #535353. Windows color (decimal): -3726315 or 1385671. OLE color: 1385671.

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

Color convert

RGB 199 36 21 -
CMYK 0 0.82 0.89 0.22
HSL 5.06º 0.81% 0.43% -
HSV(B) 5.06º 0.89% 0.78% -
XYZ 24.32 13.46 2.03 -
YUV 83.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 199 36 21 0 0.82 0.89 0.22 5.06 0.81 0.43
Hex C7 24 15 0 52 59 16 5 51 2B
Octal 307 44 25 0 122 131 26 5 121 53
Binary 11000111 100100 10101 0 1010010 1011001 10110 101 1010001 101011

Color Harmonies of #C72415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72415

Black with #C72415

Text Example


Text Example

White with #C72415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72415; }

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

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

background-color css

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

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

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

border-color css

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

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

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