Html Css Color HEX #CA3C21 Harley Davidson Orange

📋 copy color: '#CA3C21'

red 202 ◦ green 60 ◦ blue 33

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

Shades of Harley Davidson Orange #CA3C21

Tints of Harley Davidson Orange #CA3C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 68.47%
G = 20.34%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA3C21 (or 0xCA3C21) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 21. RGB value is (202,60,33). Sum of RGB (Red+Green+Blue) = 202+60+33=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C21 is #35C3DE. Grayscale: #636363. Windows color (decimal): -3523551 or 2178250. OLE color: 2178250.

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

Color convert

RGB 202 60 33 -
CMYK 0 0.70 0.84 0.21
HSL 9.59º 0.72% 0.46% -
HSV(B) 9.59º 0.84% 0.79% -
XYZ 26.25 15.9 3.12 -
YUV 99.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 202 60 33 0 0.70 0.84 0.21 9.59 0.72 0.46
Hex CA 3C 21 0 46 54 15 A 48 2E
Octal 312 74 41 0 106 124 25 12 110 56
Binary 11001010 111100 100001 0 1000110 1010100 10101 1010 1001000 101110

Color Harmonies of #CA3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C21

Black with #CA3C21

Text Example


Text Example

White with #CA3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C21; }

 p { color: rgb(202,60,33); }

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

background-color css

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

 a { background-color: rgb(202,60,33); }

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

border-color css

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

 span { border-color: rgb(202,60,33); }

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