Html Css Color HEX #CA3E24 Harley Davidson Orange

📋 copy color: '#CA3E24'

red 202 ◦ green 62 ◦ blue 36

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

Shades of Harley Davidson Orange #CA3E24

Tints of Harley Davidson Orange #CA3E24

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

 BLUE value IS 36 (14.45% from 255) = 12%

R = 67.33%
G = 20.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA3E24 (or 0xCA3E24) is known color: Harley Davidson Orange. HEX triplet: CA, 3E and 24. RGB value is (202,62,36). Sum of RGB (Red+Green+Blue) = 202+62+36=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E24 is #35C1DB. Grayscale: #656565. Windows color (decimal): -3523036 or 2375370. OLE color: 2375370.

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

Color convert

RGB 202 62 36 -
CMYK 0 0.69 0.82 0.21
HSL 9.4º 0.7% 0.47% -
HSV(B) 9.4º 0.82% 0.79% -
XYZ 26.4 16.13 3.39 -
YUV 100.9 91.38 200.11 -
System Red Green Blue C M Y K H S L
Decimal 202 62 36 0 0.69 0.82 0.21 9.4 0.7 0.47
Hex CA 3E 24 0 45 52 15 9 46 2F
Octal 312 76 44 0 105 122 25 11 106 57
Binary 11001010 111110 100100 0 1000101 1010010 10101 1001 1000110 101111

Color Harmonies of #CA3E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E24

Black with #CA3E24

Text Example


Text Example

White with #CA3E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E24; }

 p { color: rgb(202,62,36); }

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

background-color css

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

 a { background-color: rgb(202,62,36); }

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

border-color css

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

 span { border-color: rgb(202,62,36); }

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