Html Css Color HEX #C72A01 Harley Davidson Orange

📋 copy color: '#C72A01'

red 199 ◦ green 42 ◦ blue 1

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

Shades of Harley Davidson Orange #C72A01

Tints of Harley Davidson Orange #C72A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 82.23%
G = 17.36%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C72A01 (or 0xC72A01) is known color: Harley Davidson Orange. HEX triplet: C7, 2A and 01. RGB value is (199,42,1). Sum of RGB (Red+Green+Blue) = 199+42+1=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72A01 is #38D5FE. Grayscale: #545454. Windows color (decimal): -3724799 or 76487. OLE color: 76487.

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

Color convert

RGB 199 42 1 -
CMYK 0 0.79 0.99 0.22
HSL 12.42º 0.99% 0.39% -
HSV(B) 12.42º 0.99% 0.78% -
XYZ 24.39 13.8 1.41 -
YUV 84.27 81.01 209.83 -
System Red Green Blue C M Y K H S L
Decimal 199 42 1 0 0.79 0.99 0.22 12.42 0.99 0.39
Hex C7 2A 1 0 4F 63 16 C 63 27
Octal 307 52 1 0 117 143 26 14 143 47
Binary 11000111 101010 1 0 1001111 1100011 10110 1100 1100011 100111

Color Harmonies of #C72A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A01

Black with #C72A01

Text Example


Text Example

White with #C72A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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