Html Css Color HEX #CA2911 Harley Davidson Orange

📋 copy color: '#CA2911'

red 202 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #CA2911

Tints of Harley Davidson Orange #CA2911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 77.69%
G = 15.77%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA2911 (or 0xCA2911) is known color: Harley Davidson Orange. HEX triplet: CA, 29 and 11. RGB value is (202,41,17). Sum of RGB (Red+Green+Blue) = 202+41+17=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2911 is #35D6EE. Grayscale: #565656. Windows color (decimal): -3528431 or 1124810. OLE color: 1124810.

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

Color convert

RGB 202 41 17 -
CMYK 0 0.80 0.92 0.21
HSL 7.78º 0.84% 0.43% -
HSV(B) 7.78º 0.92% 0.79% -
XYZ 25.25 14.18 1.94 -
YUV 86.4 88.84 210.45 -
System Red Green Blue C M Y K H S L
Decimal 202 41 17 0 0.80 0.92 0.21 7.78 0.84 0.43
Hex CA 29 11 0 50 5C 15 8 54 2B
Octal 312 51 21 0 120 134 25 10 124 53
Binary 11001010 101001 10001 0 1010000 1011100 10101 1000 1010100 101011

Color Harmonies of #CA2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2911

Black with #CA2911

Text Example


Text Example

White with #CA2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2911; }

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

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

background-color css

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

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

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

border-color css

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

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

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