Html Css Color HEX #CA2301 Harley Davidson Orange

📋 copy color: '#CA2301'

red 202 ◦ green 35 ◦ blue 1

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

Shades of Harley Davidson Orange #CA2301

Tints of Harley Davidson Orange #CA2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 84.87%
G = 14.71%
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

#CA2301 (or 0xCA2301) is known color: Harley Davidson Orange. HEX triplet: CA, 23 and 01. RGB value is (202,35,1). Sum of RGB (Red+Green+Blue) = 202+35+1=238 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.87% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2301 is #35DCFE. Grayscale: #515151. Windows color (decimal): -3529983 or 74698. OLE color: 74698.

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

Color convert

RGB 202 35 1 -
CMYK 0 0.83 1.00 0.21
HSL 10.15º 0.99% 0.4% -
HSV(B) 10.15º 1% 0.79% -
XYZ 24.96 13.76 1.37 -
YUV 81.06 82.83 214.26 -
System Red Green Blue C M Y K H S L
Decimal 202 35 1 0 0.83 1.00 0.21 10.15 0.99 0.4
Hex CA 23 1 0 53 64 15 A 63 28
Octal 312 43 1 0 123 144 25 12 143 50
Binary 11001010 100011 1 0 1010011 1100100 10101 1010 1100011 101000

Color Harmonies of #CA2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2301

Black with #CA2301

Text Example


Text Example

White with #CA2301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2301; }

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

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

background-color css

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

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

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

border-color css

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

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

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