Html Css Color HEX #CA2015 Harley Davidson Orange

📋 copy color: '#CA2015'

red 202 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #CA2015

Tints of Harley Davidson Orange #CA2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 79.22%
G = 12.55%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA2015 (or 0xCA2015) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 15. RGB value is (202,32,21). Sum of RGB (Red+Green+Blue) = 202+32+21=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2015 is #35DFEA. Grayscale: #515151. Windows color (decimal): -3530731 or 1384650. OLE color: 1384650.

HSL color Cylindrical-coordinate representation of color #CA2015: hue angle of 3.65º 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 #CA2015 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 21 -
CMYK 0 0.84 0.90 0.21
HSL 3.65º 0.81% 0.44% -
HSV(B) 3.65º 0.9% 0.79% -
XYZ 25.01 13.64 2.02 -
YUV 81.58 93.82 213.89 -
System Red Green Blue C M Y K H S L
Decimal 202 32 21 0 0.84 0.90 0.21 3.65 0.81 0.44
Hex CA 20 15 0 54 5A 15 4 51 2C
Octal 312 40 25 0 124 132 25 4 121 54
Binary 11001010 100000 10101 0 1010100 1011010 10101 100 1010001 101100

Color Harmonies of #CA2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2015

Black with #CA2015

Text Example


Text Example

White with #CA2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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