Html Css Color HEX #C71D02 Harley Davidson Orange

📋 copy color: '#C71D02'

red 199 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #C71D02

Tints of Harley Davidson Orange #C71D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.61%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 86.52%
G = 12.61%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C71D02 (or 0xC71D02) is known color: Harley Davidson Orange. HEX triplet: C7, 1D and 02. RGB value is (199,29,2). Sum of RGB (Red+Green+Blue) = 199+29+2=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71D02 is #38E2FD. Grayscale: #4D4D4D. Windows color (decimal): -3728126 or 138695. OLE color: 138695.

HSL color Cylindrical-coordinate representation of color #C71D02: hue angle of 8.22º degrees, saturation: 0.98, 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 #C71D02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 29 2 -
CMYK 0 0.85 0.99 0.22
HSL 8.22º 0.98% 0.39% -
HSV(B) 8.22º 0.99% 0.78% -
XYZ 24 13.03 1.31 -
YUV 76.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 199 29 2 0 0.85 0.99 0.22 8.22 0.98 0.39
Hex C7 1D 2 0 55 63 16 8 62 27
Octal 307 35 2 0 125 143 26 10 142 47
Binary 11000111 11101 10 0 1010101 1100011 10110 1000 1100010 100111

Color Harmonies of #C71D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D02

Black with #C71D02

Text Example


Text Example

White with #C71D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D02; }

 p { color: rgb(199,29,2); }

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

background-color css

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

 a { background-color: rgb(199,29,2); }

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

border-color css

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

 span { border-color: rgb(199,29,2); }

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