Html Css Color HEX #CA1E15 Harley Davidson Orange

📋 copy color: '#CA1E15'

red 202 ◦ green 30 ◦ blue 21

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

Shades of Harley Davidson Orange #CA1E15

Tints of Harley Davidson Orange #CA1E15

RGB

 RED value IS 202 (79.3% from 255) = 79.84%

 GREEN value IS 30 (12.11% from 255) = 11.86%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 79.84%
G = 11.86%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA1E15 (or 0xCA1E15) is known color: Harley Davidson Orange. HEX triplet: CA, 1E and 15. RGB value is (202,30,21). Sum of RGB (Red+Green+Blue) = 202+30+21=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1E15 is #35E1EA. Grayscale: #505050. Windows color (decimal): -3531243 or 1384138. OLE color: 1384138.

HSL color Cylindrical-coordinate representation of color #CA1E15: hue angle of 2.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1E15 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 30 21 -
CMYK 0 0.85 0.90 0.21
HSL 2.98º 0.81% 0.44% -
HSV(B) 2.98º 0.9% 0.79% -
XYZ 24.96 13.54 2.01 -
YUV 80.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 202 30 21 0 0.85 0.90 0.21 2.98 0.81 0.44
Hex CA 1E 15 0 55 5A 15 3 51 2C
Octal 312 36 25 0 125 132 25 3 121 54
Binary 11001010 11110 10101 0 1010101 1011010 10101 11 1010001 101100

Color Harmonies of #CA1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E15

Black with #CA1E15

Text Example


Text Example

White with #CA1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E15; }

 p { color: rgb(202,30,21); }

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

background-color css

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

 a { background-color: rgb(202,30,21); }

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

border-color css

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

 span { border-color: rgb(202,30,21); }

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