Html Css Color HEX #CA2D15 Harley Davidson Orange

📋 copy color: '#CA2D15'

red 202 ◦ green 45 ◦ blue 21

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

Shades of Harley Davidson Orange #CA2D15

Tints of Harley Davidson Orange #CA2D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

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

R = 75.37%
G = 16.79%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA2D15 (or 0xCA2D15) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 15. RGB value is (202,45,21). Sum of RGB (Red+Green+Blue) = 202+45+21=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2D15 is #35D2EA. Grayscale: #595959. Windows color (decimal): -3527403 or 1387978. OLE color: 1387978.

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

Color convert

RGB 202 45 21 -
CMYK 0 0.78 0.90 0.21
HSL 7.96º 0.81% 0.44% -
HSV(B) 7.96º 0.9% 0.79% -
XYZ 25.43 14.49 2.17 -
YUV 89.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 202 45 21 0 0.78 0.90 0.21 7.96 0.81 0.44
Hex CA 2D 15 0 4E 5A 15 8 51 2C
Octal 312 55 25 0 116 132 25 10 121 54
Binary 11001010 101101 10101 0 1001110 1011010 10101 1000 1010001 101100

Color Harmonies of #CA2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D15

Black with #CA2D15

Text Example


Text Example

White with #CA2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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