Html Css Color HEX #CA291C Harley Davidson Orange

📋 copy color: '#CA291C'

red 202 ◦ green 41 ◦ blue 28

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

Shades of Harley Davidson Orange #CA291C

Tints of Harley Davidson Orange #CA291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 74.54%
G = 15.13%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA291C (or 0xCA291C) is known color: Harley Davidson Orange. HEX triplet: CA, 29 and 1C. RGB value is (202,41,28). Sum of RGB (Red+Green+Blue) = 202+41+28=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA291C is #35D6E3. Grayscale: #575757. Windows color (decimal): -3528420 or 1845706. OLE color: 1845706.

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

Color convert

RGB 202 41 28 -
CMYK 0 0.80 0.86 0.21
HSL 4.48º 0.76% 0.45% -
HSV(B) 4.48º 0.86% 0.79% -
XYZ 25.36 14.23 2.51 -
YUV 87.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 202 41 28 0 0.80 0.86 0.21 4.48 0.76 0.45
Hex CA 29 1C 0 50 56 15 4 4C 2D
Octal 312 51 34 0 120 126 25 4 114 55
Binary 11001010 101001 11100 0 1010000 1010110 10101 100 1001100 101101

Color Harmonies of #CA291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA291C

Black with #CA291C

Text Example


Text Example

White with #CA291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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