Html Css Color HEX #CA2505 Harley Davidson Orange

📋 copy color: '#CA2505'

red 202 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #CA2505

Tints of Harley Davidson Orange #CA2505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 82.79%
G = 15.16%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA2505 (or 0xCA2505) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 05. RGB value is (202,37,5). Sum of RGB (Red+Green+Blue) = 202+37+5=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2505 is #35DAFA. Grayscale: #525252. Windows color (decimal): -3529467 or 337354. OLE color: 337354.

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

Color convert

RGB 202 37 5 -
CMYK 0 0.82 0.98 0.21
HSL 9.75º 0.95% 0.41% -
HSV(B) 9.75º 0.98% 0.79% -
XYZ 25.05 13.89 1.5 -
YUV 82.69 84.16 213.1 -
System Red Green Blue C M Y K H S L
Decimal 202 37 5 0 0.82 0.98 0.21 9.75 0.95 0.41
Hex CA 25 5 0 52 62 15 A 5F 29
Octal 312 45 5 0 122 142 25 12 137 51
Binary 11001010 100101 101 0 1010010 1100010 10101 1010 1011111 101001

Color Harmonies of #CA2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2505

Black with #CA2505

Text Example


Text Example

White with #CA2505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2505; }

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

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

background-color css

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

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

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

border-color css

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

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

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