Html Css Color HEX #C72314 Harley Davidson Orange

📋 copy color: '#C72314'

red 199 ◦ green 35 ◦ blue 20

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

Shades of Harley Davidson Orange #C72314

Tints of Harley Davidson Orange #C72314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 78.35%
G = 13.78%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C72314 (or 0xC72314) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 14. RGB value is (199,35,20). Sum of RGB (Red+Green+Blue) = 199+35+20=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C72314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72314 is #38DCEB. Grayscale: #525252. Windows color (decimal): -3726572 or 1319879. OLE color: 1319879.

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

Color convert

RGB 199 35 20 -
CMYK 0 0.82 0.90 0.22
HSL 5.03º 0.82% 0.43% -
HSV(B) 5.03º 0.9% 0.78% -
XYZ 24.28 13.39 1.97 -
YUV 82.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 199 35 20 0 0.82 0.90 0.22 5.03 0.82 0.43
Hex C7 23 14 0 52 5A 16 5 52 2B
Octal 307 43 24 0 122 132 26 5 122 53
Binary 11000111 100011 10100 0 1010010 1011010 10110 101 1010010 101011

Color Harmonies of #C72314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72314

Black with #C72314

Text Example


Text Example

White with #C72314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72314; }

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

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

background-color css

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

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

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

border-color css

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

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

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