Html Css Color HEX #C72312 Harley Davidson Orange

📋 copy color: '#C72312'

red 199 ◦ green 35 ◦ blue 18

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

Shades of Harley Davidson Orange #C72312

Tints of Harley Davidson Orange #C72312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 78.97%
G = 13.89%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C72312 (or 0xC72312) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 12. RGB value is (199,35,18). Sum of RGB (Red+Green+Blue) = 199+35+18=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C72312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72312 is #38DCED. Grayscale: #525252. Windows color (decimal): -3726574 or 1188807. OLE color: 1188807.

HSL color Cylindrical-coordinate representation of color #C72312: hue angle of 5.64º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C72312 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 18 -
CMYK 0 0.82 0.91 0.22
HSL 5.64º 0.83% 0.43% -
HSV(B) 5.64º 0.91% 0.78% -
XYZ 24.26 13.39 1.88 -
YUV 82.1 91.83 211.38 -
System Red Green Blue C M Y K H S L
Decimal 199 35 18 0 0.82 0.91 0.22 5.64 0.83 0.43
Hex C7 23 12 0 52 5B 16 6 53 2B
Octal 307 43 22 0 122 133 26 6 123 53
Binary 11000111 100011 10010 0 1010010 1011011 10110 110 1010011 101011

Color Harmonies of #C72312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72312

Black with #C72312

Text Example


Text Example

White with #C72312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72312; }

 p { color: rgb(199,35,18); }

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

background-color css

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

 a { background-color: rgb(199,35,18); }

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

border-color css

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

 span { border-color: rgb(199,35,18); }

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