Html Css Color HEX #CA3215 Harley Davidson Orange

📋 copy color: '#CA3215'

red 202 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #CA3215

Tints of Harley Davidson Orange #CA3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 73.99%
G = 18.32%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA3215 (or 0xCA3215) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 15. RGB value is (202,50,21). Sum of RGB (Red+Green+Blue) = 202+50+21=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3215 is #35CDEA. Grayscale: #5C5C5C. Windows color (decimal): -3526123 or 1389258. OLE color: 1389258.

HSL color Cylindrical-coordinate representation of color #CA3215: hue angle of 9.61º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA3215 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 21 -
CMYK 0 0.75 0.90 0.21
HSL 9.61º 0.81% 0.44% -
HSV(B) 9.61º 0.9% 0.79% -
XYZ 25.63 14.89 2.23 -
YUV 92.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 202 50 21 0 0.75 0.90 0.21 9.61 0.81 0.44
Hex CA 32 15 0 4B 5A 15 A 51 2C
Octal 312 62 25 0 113 132 25 12 121 54
Binary 11001010 110010 10101 0 1001011 1011010 10101 1010 1010001 101100

Color Harmonies of #CA3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3215

Black with #CA3215

Text Example


Text Example

White with #CA3215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3215; }

 p { color: rgb(202,50,21); }

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

background-color css

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

 a { background-color: rgb(202,50,21); }

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

border-color css

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

 span { border-color: rgb(202,50,21); }

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