Html Css Color HEX #C81E01 Harley Davidson Orange

📋 copy color: '#C81E01'

red 200 ◦ green 30 ◦ blue 1

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

Shades of Harley Davidson Orange #C81E01

Tints of Harley Davidson Orange #C81E01

RGB

 RED value IS 200 (78.52% from 255) = 86.58%

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

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

R = 86.58%
G = 12.99%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C81E01 (or 0xC81E01) is known color: Harley Davidson Orange. HEX triplet: C8, 1E and 01. RGB value is (200,30,1). Sum of RGB (Red+Green+Blue) = 200+30+1=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E01 is #37E1FE. Grayscale: #4D4D4D. Windows color (decimal): -3662335 or 73416. OLE color: 73416.

HSL color Cylindrical-coordinate representation of color #C81E01: hue angle of 8.74º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C81E01 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 1 -
CMYK 0 0.85 1.00 0.22
HSL 8.74º 0.99% 0.39% -
HSV(B) 8.74º 1% 0.78% -
XYZ 24.29 13.21 1.3 -
YUV 77.52 84.82 215.36 -
System Red Green Blue C M Y K H S L
Decimal 200 30 1 0 0.85 1.00 0.22 8.74 0.99 0.39
Hex C8 1E 1 0 55 64 16 9 63 27
Octal 310 36 1 0 125 144 26 11 143 47
Binary 11001000 11110 1 0 1010101 1100100 10110 1001 1100011 100111

Color Harmonies of #C81E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E01

Black with #C81E01

Text Example


Text Example

White with #C81E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E01; }

 p { color: rgb(200,30,1); }

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

background-color css

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

 a { background-color: rgb(200,30,1); }

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

border-color css

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

 span { border-color: rgb(200,30,1); }

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