Html Css Color HEX #C72B00 Harley Davidson Orange

📋 copy color: '#C72B00'

red 199 ◦ green 43 ◦ blue 0

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

Shades of Harley Davidson Orange #C72B00

Tints of Harley Davidson Orange #C72B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.77%

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

R = 82.23%
G = 17.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C72B00 (or 0xC72B00) is known color: Harley Davidson Orange. HEX triplet: C7, 2B and 00. RGB value is (199,43,0). Sum of RGB (Red+Green+Blue) = 199+43+0=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72B00 is #38D4FF. Grayscale: #555555. Windows color (decimal): -3724544 or 11207. OLE color: 11207.

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

Color convert

RGB 199 43 0 -
CMYK 0 0.78 1 0.22
HSL 12.96º 1% 0.39% -
HSV(B) 12.96º 1% 0.78% -
XYZ 24.42 13.87 1.39 -
YUV 84.74 80.18 209.5 -
System Red Green Blue C M Y K H S L
Decimal 199 43 0 0 0.78 1 0.22 12.96 1 0.39
Hex C7 2B 0 0 4E 64 16 D 64 27
Octal 307 53 0 0 116 144 26 15 144 47
Binary 11000111 101011 0 0 1001110 1100100 10110 1101 1100100 100111

Color Harmonies of #C72B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72B00

Black with #C72B00

Text Example


Text Example

White with #C72B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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