Html Css Color HEX #CA291A Harley Davidson Orange

📋 copy color: '#CA291A'

red 202 ◦ green 41 ◦ blue 26

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

Shades of Harley Davidson Orange #CA291A

Tints of Harley Davidson Orange #CA291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 75.09%
G = 15.24%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA291A (or 0xCA291A) is known color: Harley Davidson Orange. HEX triplet: CA, 29 and 1A. RGB value is (202,41,26). Sum of RGB (Red+Green+Blue) = 202+41+26=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA291A is #35D6E5. Grayscale: #575757. Windows color (decimal): -3528422 or 1714634. OLE color: 1714634.

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

Color convert

RGB 202 41 26 -
CMYK 0 0.80 0.87 0.21
HSL 5.11º 0.77% 0.45% -
HSV(B) 5.11º 0.87% 0.79% -
XYZ 25.34 14.22 2.39 -
YUV 87.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 202 41 26 0 0.80 0.87 0.21 5.11 0.77 0.45
Hex CA 29 1A 0 50 57 15 5 4D 2D
Octal 312 51 32 0 120 127 25 5 115 55
Binary 11001010 101001 11010 0 1010000 1010111 10101 101 1001101 101101

Color Harmonies of #CA291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA291A

Black with #CA291A

Text Example


Text Example

White with #CA291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA291A; }

 p { color: rgb(202,41,26); }

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

background-color css

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

 a { background-color: rgb(202,41,26); }

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

border-color css

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

 span { border-color: rgb(202,41,26); }

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