Html Css Color HEX #C81F02 Harley Davidson Orange

📋 copy color: '#C81F02'

red 200 ◦ green 31 ◦ blue 2

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

Shades of Harley Davidson Orange #C81F02

Tints of Harley Davidson Orange #C81F02

RGB

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

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

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

R = 85.84%
G = 13.3%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C81F02 (or 0xC81F02) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 02. RGB value is (200,31,2). Sum of RGB (Red+Green+Blue) = 200+31+2=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F02 is #37E0FD. Grayscale: #4E4E4E. Windows color (decimal): -3662078 or 139208. OLE color: 139208.

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

Color convert

RGB 200 31 2 -
CMYK 0 0.84 0.99 0.22
HSL 8.79º 0.98% 0.4% -
HSV(B) 8.79º 0.99% 0.78% -
XYZ 24.32 13.26 1.34 -
YUV 78.23 84.99 214.86 -
System Red Green Blue C M Y K H S L
Decimal 200 31 2 0 0.84 0.99 0.22 8.79 0.98 0.4
Hex C8 1F 2 0 54 63 16 9 62 28
Octal 310 37 2 0 124 143 26 11 142 50
Binary 11001000 11111 10 0 1010100 1100011 10110 1001 1100010 101000

Color Harmonies of #C81F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F02

Black with #C81F02

Text Example


Text Example

White with #C81F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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