#C83F1F

Color #C83F1F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C83F1F

Tints of Harley Davidson Orange #C83F1F

Color information

#C83F1F (or 0xC83F1F) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 3F and 1F. RGB value is (200,63,31). Sum of RGB (Red+Green+Blue) = 200+63+31=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F1F is #37C0E0. Grayscale: #646464. Windows color (decimal): -3653857 or 2047944. OLE color: 2047944.

HSL color Cylindrical-coordinate representation of color #C83F1F: hue angle of 11.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C83F1F is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2006331-
CMYK00.680.840.22
HSL11.36º73.16%45.29%-
HSV(B)11.36º84.5%78.43%-
XYZ25.8415.933.01-
YUV100.3288.89199.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.03%
GREEN value IS 63 (25% from 255) = 21.43%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=68.03%
G=21.43%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200633100.680.840.2211.3673.1645.29
HexC83F1F0445416b492d
Octal31077370104124261311155
Binary11001000111111111110100010010101001011010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83F1F; }

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

 H1.HeaderClassName
 {
   color: #C83F1F;
 }
 .AnyTagClassName
 {
   color: #C83F1F;
 }
</style>
background-color css

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

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

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

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

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

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