Html Css Color HEX #C71E03 Harley Davidson Orange

📋 copy color: '#C71E03'

red 199 ◦ green 30 ◦ blue 3

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

Shades of Harley Davidson Orange #C71E03

Tints of Harley Davidson Orange #C71E03

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 85.78%
G = 12.93%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C71E03 (or 0xC71E03) is known color: Harley Davidson Orange. HEX triplet: C7, 1E and 03. RGB value is (199,30,3). Sum of RGB (Red+Green+Blue) = 199+30+3=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E03 is #38E1FC. Grayscale: #4D4D4D. Windows color (decimal): -3727869 or 204487. OLE color: 204487.

HSL color Cylindrical-coordinate representation of color #C71E03: hue angle of 8.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C71E03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 3 -
CMYK 0 0.85 0.98 0.22
HSL 8.27º 0.97% 0.4% -
HSV(B) 8.27º 0.98% 0.78% -
XYZ 24.03 13.08 1.34 -
YUV 77.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 199 30 3 0 0.85 0.98 0.22 8.27 0.97 0.4
Hex C7 1E 3 0 55 62 16 8 61 28
Octal 307 36 3 0 125 142 26 10 141 50
Binary 11000111 11110 11 0 1010101 1100010 10110 1000 1100001 101000

Color Harmonies of #C71E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E03

Black with #C71E03

Text Example


Text Example

White with #C71E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E03; }

 p { color: rgb(199,30,3); }

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

background-color css

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

 a { background-color: rgb(199,30,3); }

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

border-color css

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

 span { border-color: rgb(199,30,3); }

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