Html Css Color HEX #CA2319 Harley Davidson Orange

📋 copy color: '#CA2319'

red 202 ◦ green 35 ◦ blue 25

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

Shades of Harley Davidson Orange #CA2319

Tints of Harley Davidson Orange #CA2319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 77.1%
G = 13.36%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA2319 (or 0xCA2319) is known color: Harley Davidson Orange. HEX triplet: CA, 23 and 19. RGB value is (202,35,25). Sum of RGB (Red+Green+Blue) = 202+35+25=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2319 is #35DCE6. Grayscale: #545454. Windows color (decimal): -3529959 or 1647562. OLE color: 1647562.

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

Color convert

RGB 202 35 25 -
CMYK 0 0.83 0.88 0.21
HSL 3.39º 0.78% 0.45% -
HSV(B) 3.39º 0.88% 0.79% -
XYZ 25.13 13.83 2.26 -
YUV 83.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 202 35 25 0 0.83 0.88 0.21 3.39 0.78 0.45
Hex CA 23 19 0 53 58 15 3 4E 2D
Octal 312 43 31 0 123 130 25 3 116 55
Binary 11001010 100011 11001 0 1010011 1011000 10101 11 1001110 101101

Color Harmonies of #CA2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2319

Black with #CA2319

Text Example


Text Example

White with #CA2319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2319; }

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

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

background-color css

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

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

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

border-color css

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

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

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