#CA1F0D

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

Shades of Harley Davidson Orange #CA1F0D

Tints of Harley Davidson Orange #CA1F0D

Color information

#CA1F0D (or 0xCA1F0D) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 1F and 0D. RGB value is (202,31,13). Sum of RGB (Red+Green+Blue) = 202+31+13=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1F0D is #35E0F2. Grayscale: #505050. Windows color (decimal): -3530995 or 860106. OLE color: 860106.

HSL color Cylindrical-coordinate representation of color #CA1F0D: hue angle of 5.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA1F0D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2023113-
CMYK00.850.940.21
HSL5.71º87.91%42.16%-
HSV(B)5.71º93.56%79.22%-
XYZ24.9213.571.69-
YUV80.0890.15214.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 82.11%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=82.11%
G=12.60%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202311300.850.940.215.7187.9142.16
HexCA1FD0555E156582a
Octal3123715012513625613052
Binary11001010111111101010101011011110101011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F0D; }

 p { color: rgb(202,31,13); }

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

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

 a { background-color: rgb(202,31,13); }

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

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

 span { border-color: rgb(202,31,13); }

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