Html Css Color HEX #C72A00 Harley Davidson Orange

📋 copy color: '#C72A00'

red 199 ◦ green 42 ◦ blue 0

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

Shades of Harley Davidson Orange #C72A00

Tints of Harley Davidson Orange #C72A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

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

R = 82.57%
G = 17.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C72A00 (or 0xC72A00) is known color: Harley Davidson Orange. HEX triplet: C7, 2A and 00. RGB value is (199,42,0). Sum of RGB (Red+Green+Blue) = 199+42+0=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72A00 is #38D5FF. Grayscale: #545454. Windows color (decimal): -3724800 or 10951. OLE color: 10951.

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

Color convert

RGB 199 42 0 -
CMYK 0 0.79 1 0.22
HSL 12.66º 1% 0.39% -
HSV(B) 12.66º 1% 0.78% -
XYZ 24.38 13.8 1.38 -
YUV 84.16 80.51 209.92 -
System Red Green Blue C M Y K H S L
Decimal 199 42 0 0 0.79 1 0.22 12.66 1 0.39
Hex C7 2A 0 0 4F 64 16 D 64 27
Octal 307 52 0 0 117 144 26 15 144 47
Binary 11000111 101010 0 0 1001111 1100100 10110 1101 1100100 100111

Color Harmonies of #C72A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A00

Black with #C72A00

Text Example


Text Example

White with #C72A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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