Html Css Color HEX #C72905 Harley Davidson Orange

📋 copy color: '#C72905'

red 199 ◦ green 41 ◦ blue 5

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

Shades of Harley Davidson Orange #C72905

Tints of Harley Davidson Orange #C72905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 81.22%
G = 16.73%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C72905 (or 0xC72905) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 05. RGB value is (199,41,5). Sum of RGB (Red+Green+Blue) = 199+41+5=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C72905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72905 is #38D6FA. Grayscale: #545454. Windows color (decimal): -3725051 or 338375. OLE color: 338375.

HSL color Cylindrical-coordinate representation of color #C72905: hue angle of 11.13º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C72905 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 5 -
CMYK 0 0.79 0.97 0.22
HSL 11.13º 0.95% 0.4% -
HSV(B) 11.13º 0.97% 0.78% -
XYZ 24.37 13.74 1.51 -
YUV 84.14 83.35 209.93 -
System Red Green Blue C M Y K H S L
Decimal 199 41 5 0 0.79 0.97 0.22 11.13 0.95 0.4
Hex C7 29 5 0 4F 61 16 B 5F 28
Octal 307 51 5 0 117 141 26 13 137 50
Binary 11000111 101001 101 0 1001111 1100001 10110 1011 1011111 101000

Color Harmonies of #C72905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72905

Black with #C72905

Text Example


Text Example

White with #C72905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72905; }

 p { color: rgb(199,41,5); }

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

background-color css

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

 a { background-color: rgb(199,41,5); }

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

border-color css

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

 span { border-color: rgb(199,41,5); }

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