Html Css Color HEX #CA3E21 Harley Davidson Orange

📋 copy color: '#CA3E21'

red 202 ◦ green 62 ◦ blue 33

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

Shades of Harley Davidson Orange #CA3E21

Tints of Harley Davidson Orange #CA3E21

RGB

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

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

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

R = 68.01%
G = 20.88%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA3E21 (or 0xCA3E21) is known color: Harley Davidson Orange. HEX triplet: CA, 3E and 21. RGB value is (202,62,33). Sum of RGB (Red+Green+Blue) = 202+62+33=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E21 is #35C1DE. Grayscale: #646464. Windows color (decimal): -3523039 or 2178762. OLE color: 2178762.

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

Color convert

RGB 202 62 33 -
CMYK 0 0.69 0.84 0.21
HSL 10.3º 0.72% 0.46% -
HSV(B) 10.3º 0.84% 0.79% -
XYZ 26.35 16.11 3.16 -
YUV 100.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 202 62 33 0 0.69 0.84 0.21 10.3 0.72 0.46
Hex CA 3E 21 0 45 54 15 A 48 2E
Octal 312 76 41 0 105 124 25 12 110 56
Binary 11001010 111110 100001 0 1000101 1010100 10101 1010 1001000 101110

Color Harmonies of #CA3E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E21

Black with #CA3E21

Text Example


Text Example

White with #CA3E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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