Html Css Color HEX #CA2313 Harley Davidson Orange

📋 copy color: '#CA2313'

red 202 ◦ green 35 ◦ blue 19

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

Shades of Harley Davidson Orange #CA2313

Tints of Harley Davidson Orange #CA2313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 78.91%
G = 13.67%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA2313 (or 0xCA2313) is known color: Harley Davidson Orange. HEX triplet: CA, 23 and 13. RGB value is (202,35,19). Sum of RGB (Red+Green+Blue) = 202+35+19=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2313 is #35DCEC. Grayscale: #535353. Windows color (decimal): -3529965 or 1254346. OLE color: 1254346.

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

Color convert

RGB 202 35 19 -
CMYK 0 0.83 0.91 0.21
HSL 5.25º 0.83% 0.43% -
HSV(B) 5.25º 0.91% 0.79% -
XYZ 25.08 13.81 1.96 -
YUV 83.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 202 35 19 0 0.83 0.91 0.21 5.25 0.83 0.43
Hex CA 23 13 0 53 5B 15 5 53 2B
Octal 312 43 23 0 123 133 25 5 123 53
Binary 11001010 100011 10011 0 1010011 1011011 10101 101 1010011 101011

Color Harmonies of #CA2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2313

Black with #CA2313

Text Example


Text Example

White with #CA2313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2313; }

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

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

background-color css

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

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

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

border-color css

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

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

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