Html Css Color HEX #CA3A20 Harley Davidson Orange

📋 copy color: '#CA3A20'

red 202 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #CA3A20

Tints of Harley Davidson Orange #CA3A20

RGB

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

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

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

R = 69.18%
G = 19.86%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA3A20 (or 0xCA3A20) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 20. RGB value is (202,58,32). Sum of RGB (Red+Green+Blue) = 202+58+32=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A20 is #35C5DF. Grayscale: #626262. Windows color (decimal): -3524064 or 2112202. OLE color: 2112202.

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

Color convert

RGB 202 58 32 -
CMYK 0 0.71 0.84 0.21
HSL 9.18º 0.73% 0.46% -
HSV(B) 9.18º 0.84% 0.79% -
XYZ 26.13 15.69 3.02 -
YUV 98.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 202 58 32 0 0.71 0.84 0.21 9.18 0.73 0.46
Hex CA 3A 20 0 47 54 15 9 49 2E
Octal 312 72 40 0 107 124 25 11 111 56
Binary 11001010 111010 100000 0 1000111 1010100 10101 1001 1001001 101110

Color Harmonies of #CA3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A20

Black with #CA3A20

Text Example


Text Example

White with #CA3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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