Html Css Color HEX #C71D01 Harley Davidson Orange

📋 copy color: '#C71D01'

red 199 ◦ green 29 ◦ blue 1

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

Shades of Harley Davidson Orange #C71D01

Tints of Harley Davidson Orange #C71D01

RGB

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

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

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

R = 86.9%
G = 12.66%
B = 0.44%

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

#C71D01 (or 0xC71D01) is known color: Harley Davidson Orange. HEX triplet: C7, 1D and 01. RGB value is (199,29,1). Sum of RGB (Red+Green+Blue) = 199+29+1=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71D01 is #38E2FE. Grayscale: #4C4C4C. Windows color (decimal): -3728127 or 73159. OLE color: 73159.

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

Color convert

RGB 199 29 1 -
CMYK 0 0.85 0.99 0.22
HSL 8.48º 0.99% 0.39% -
HSV(B) 8.48º 0.99% 0.78% -
XYZ 24 13.02 1.28 -
YUV 76.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 199 29 1 0 0.85 0.99 0.22 8.48 0.99 0.39
Hex C7 1D 1 0 55 63 16 8 63 27
Octal 307 35 1 0 125 143 26 10 143 47
Binary 11000111 11101 1 0 1010101 1100011 10110 1000 1100011 100111

Color Harmonies of #C71D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D01

Black with #C71D01

Text Example


Text Example

White with #C71D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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