Html Css Color HEX #C72500 Harley Davidson Orange

📋 copy color: '#C72500'

red 199 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #C72500

Tints of Harley Davidson Orange #C72500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.32%
G = 15.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C72500 (or 0xC72500) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 00. RGB value is (199,37,0). Sum of RGB (Red+Green+Blue) = 199+37+0=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C72500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72500 is #38DAFF. Grayscale: #515151. Windows color (decimal): -3726080 or 9671. OLE color: 9671.

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

Color convert

RGB 199 37 0 -
CMYK 0 0.81 1 0.22
HSL 11.16º 1% 0.39% -
HSV(B) 11.16º 1% 0.78% -
XYZ 24.21 13.47 1.32 -
YUV 81.22 82.17 212.01 -
System Red Green Blue C M Y K H S L
Decimal 199 37 0 0 0.81 1 0.22 11.16 1 0.39
Hex C7 25 0 0 51 64 16 B 64 27
Octal 307 45 0 0 121 144 26 13 144 47
Binary 11000111 100101 0 0 1010001 1100100 10110 1011 1100100 100111

Color Harmonies of #C72500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72500

Black with #C72500

Text Example


Text Example

White with #C72500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72500; }

 p { color: rgb(199,37,0); }

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

background-color css

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

 a { background-color: rgb(199,37,0); }

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

border-color css

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

 span { border-color: rgb(199,37,0); }

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