Html Css Color HEX #CA3A19 Harley Davidson Orange

📋 copy color: '#CA3A19'

red 202 ◦ green 58 ◦ blue 25

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

Shades of Harley Davidson Orange #CA3A19

Tints of Harley Davidson Orange #CA3A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

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

R = 70.88%
G = 20.35%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA3A19 (or 0xCA3A19) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 19. RGB value is (202,58,25). Sum of RGB (Red+Green+Blue) = 202+58+25=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3A19 is #35C5E6. Grayscale: #616161. Windows color (decimal): -3524071 or 1653450. OLE color: 1653450.

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

Color convert

RGB 202 58 25 -
CMYK 0 0.71 0.88 0.21
HSL 11.19º 0.78% 0.45% -
HSV(B) 11.19º 0.88% 0.79% -
XYZ 26.05 15.65 2.57 -
YUV 97.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 202 58 25 0 0.71 0.88 0.21 11.19 0.78 0.45
Hex CA 3A 19 0 47 58 15 B 4E 2D
Octal 312 72 31 0 107 130 25 13 116 55
Binary 11001010 111010 11001 0 1000111 1011000 10101 1011 1001110 101101

Color Harmonies of #CA3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A19

Black with #CA3A19

Text Example


Text Example

White with #CA3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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