Html Css Color HEX #C81F09 Harley Davidson Orange

📋 copy color: '#C81F09'

red 200 ◦ green 31 ◦ blue 9

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

Shades of Harley Davidson Orange #C81F09

Tints of Harley Davidson Orange #C81F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.75%

R = 83.33%
G = 12.92%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C81F09 (or 0xC81F09) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 09. RGB value is (200,31,9). Sum of RGB (Red+Green+Blue) = 200+31+9=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F09 is #37E0F6. Grayscale: #4F4F4F. Windows color (decimal): -3662071 or 597960. OLE color: 597960.

HSL color Cylindrical-coordinate representation of color #C81F09: hue angle of 6.91º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C81F09 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 9 -
CMYK 0 0.84 0.96 0.22
HSL 6.91º 0.91% 0.41% -
HSV(B) 6.91º 0.96% 0.78% -
XYZ 24.36 13.28 1.54 -
YUV 79.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 200 31 9 0 0.84 0.96 0.22 6.91 0.91 0.41
Hex C8 1F 9 0 54 60 16 7 5B 29
Octal 310 37 11 0 124 140 26 7 133 51
Binary 11001000 11111 1001 0 1010100 1100000 10110 111 1011011 101001

Color Harmonies of #C81F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F09

Black with #C81F09

Text Example


Text Example

White with #C81F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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