Html Css Color HEX #CA2520 Harley Davidson Orange

📋 copy color: '#CA2520'

red 202 ◦ green 37 ◦ blue 32

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

Shades of Harley Davidson Orange #CA2520

Tints of Harley Davidson Orange #CA2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 74.54%
G = 13.65%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA2520 (or 0xCA2520) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 20. RGB value is (202,37,32). Sum of RGB (Red+Green+Blue) = 202+37+32=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2520 is #35DADF. Grayscale: #555555. Windows color (decimal): -3529440 or 2106826. OLE color: 2106826.

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

Color convert

RGB 202 37 32 -
CMYK 0 0.82 0.84 0.21
HSL 1.76º 0.73% 0.46% -
HSV(B) 1.76º 0.84% 0.79% -
XYZ 25.28 13.98 2.73 -
YUV 85.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 202 37 32 0 0.82 0.84 0.21 1.76 0.73 0.46
Hex CA 25 20 0 52 54 15 2 49 2E
Octal 312 45 40 0 122 124 25 2 111 56
Binary 11001010 100101 100000 0 1010010 1010100 10101 10 1001001 101110

Color Harmonies of #CA2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2520

Black with #CA2520

Text Example


Text Example

White with #CA2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2520; }

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

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

background-color css

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

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

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

border-color css

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

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

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