#CA250E

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

Shades of Harley Davidson Orange #CA250E

Tints of Harley Davidson Orange #CA250E

Color information

#CA250E (or 0xCA250E) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 25 and 0E. RGB value is (202,37,14). Sum of RGB (Red+Green+Blue) = 202+37+14=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA250E is #35DAF1. Grayscale: #535353. Windows color (decimal): -3529458 or 927178. OLE color: 927178.

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

Color convert

RGB2023714-
CMYK00.820.930.21
HSL7.34º87.04%42.35%-
HSV(B)7.34º93.07%79.22%-
XYZ25.113.911.78-
YUV83.7188.66212.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.84%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=79.84%
G=14.62%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202371400.820.930.217.3487.0442.35
HexCA25E0525D157572a
Octal3124516012213525712752
Binary110010101001011110010100101011101101011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA250E; }

 p { color: rgb(202,37,14); }

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

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

 a { background-color: rgb(202,37,14); }

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

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

 span { border-color: rgb(202,37,14); }

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