Html Css Color HEX #CA2201 Harley Davidson Orange

📋 copy color: '#CA2201'

red 202 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #CA2201

Tints of Harley Davidson Orange #CA2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 85.23%
G = 14.35%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA2201 (or 0xCA2201) is known color: Harley Davidson Orange. HEX triplet: CA, 22 and 01. RGB value is (202,34,1). Sum of RGB (Red+Green+Blue) = 202+34+1=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2201 is #35DDFE. Grayscale: #505050. Windows color (decimal): -3530239 or 74442. OLE color: 74442.

HSL color Cylindrical-coordinate representation of color #CA2201: hue angle of 9.85º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA2201 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 34 1 -
CMYK 0 0.83 1.00 0.21
HSL 9.85º 0.99% 0.4% -
HSV(B) 9.85º 1% 0.79% -
XYZ 24.93 13.7 1.36 -
YUV 80.47 83.16 214.68 -
System Red Green Blue C M Y K H S L
Decimal 202 34 1 0 0.83 1.00 0.21 9.85 0.99 0.4
Hex CA 22 1 0 53 64 15 A 63 28
Octal 312 42 1 0 123 144 25 12 143 50
Binary 11001010 100010 1 0 1010011 1100100 10101 1010 1100011 101000

Color Harmonies of #CA2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2201

Black with #CA2201

Text Example


Text Example

White with #CA2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2201; }

 p { color: rgb(202,34,1); }

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

background-color css

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

 a { background-color: rgb(202,34,1); }

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

border-color css

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

 span { border-color: rgb(202,34,1); }

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