Html Css Color HEX #C81F03 Harley Davidson Orange

📋 copy color: '#C81F03'

red 200 ◦ green 31 ◦ blue 3

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

Shades of Harley Davidson Orange #C81F03

Tints of Harley Davidson Orange #C81F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.25%

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

R = 85.47%
G = 13.25%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C81F03 (or 0xC81F03) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 03. RGB value is (200,31,3). Sum of RGB (Red+Green+Blue) = 200+31+3=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F03 is #37E0FC. Grayscale: #4E4E4E. Windows color (decimal): -3662077 or 204744. OLE color: 204744.

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

Color convert

RGB 200 31 3 -
CMYK 0 0.84 0.98 0.22
HSL 8.53º 0.97% 0.4% -
HSV(B) 8.53º 0.99% 0.78% -
XYZ 24.33 13.27 1.36 -
YUV 78.34 85.49 214.78 -
System Red Green Blue C M Y K H S L
Decimal 200 31 3 0 0.84 0.98 0.22 8.53 0.97 0.4
Hex C8 1F 3 0 54 62 16 9 61 28
Octal 310 37 3 0 124 142 26 11 141 50
Binary 11001000 11111 11 0 1010100 1100010 10110 1001 1100001 101000

Color Harmonies of #C81F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F03

Black with #C81F03

Text Example


Text Example

White with #C81F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F03; }

 p { color: rgb(200,31,3); }

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

background-color css

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

 a { background-color: rgb(200,31,3); }

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

border-color css

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

 span { border-color: rgb(200,31,3); }

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