Html Css Color HEX #CA3A24 Harley Davidson Orange

📋 copy color: '#CA3A24'

red 202 ◦ green 58 ◦ blue 36

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

Shades of Harley Davidson Orange #CA3A24

Tints of Harley Davidson Orange #CA3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 68.24%
G = 19.59%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA3A24 (or 0xCA3A24) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 24. RGB value is (202,58,36). Sum of RGB (Red+Green+Blue) = 202+58+36=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A24 is #35C5DB. Grayscale: #626262. Windows color (decimal): -3524060 or 2374346. OLE color: 2374346.

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

Color convert

RGB 202 58 36 -
CMYK 0 0.71 0.82 0.21
HSL 7.95º 0.7% 0.47% -
HSV(B) 7.95º 0.82% 0.79% -
XYZ 26.19 15.71 3.32 -
YUV 98.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 202 58 36 0 0.71 0.82 0.21 7.95 0.7 0.47
Hex CA 3A 24 0 47 52 15 8 46 2F
Octal 312 72 44 0 107 122 25 10 106 57
Binary 11001010 111010 100100 0 1000111 1010010 10101 1000 1000110 101111

Color Harmonies of #CA3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A24

Black with #CA3A24

Text Example


Text Example

White with #CA3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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