Html Css Color HEX #CA491C Harley Davidson Orange

📋 copy color: '#CA491C'

red 202 ◦ green 73 ◦ blue 28

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

Shades of Harley Davidson Orange #CA491C

Tints of Harley Davidson Orange #CA491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

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

R = 66.67%
G = 24.09%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA491C (or 0xCA491C) is known color: Harley Davidson Orange. HEX triplet: CA, 49 and 1C. RGB value is (202,73,28). Sum of RGB (Red+Green+Blue) = 202+73+28=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA491C is #35B6E3. Grayscale: #6A6A6A. Windows color (decimal): -3520228 or 1853898. OLE color: 1853898.

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

Color convert

RGB 202 73 28 -
CMYK 0 0.64 0.86 0.21
HSL 15.52º 0.76% 0.45% -
HSV(B) 15.52º 0.86% 0.79% -
XYZ 26.95 17.41 3.04 -
YUV 106.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 202 73 28 0 0.64 0.86 0.21 15.52 0.76 0.45
Hex CA 49 1C 0 40 56 15 10 4C 2D
Octal 312 111 34 0 100 126 25 20 114 55
Binary 11001010 1001001 11100 0 1000000 1010110 10101 10000 1001100 101101

Color Harmonies of #CA491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA491C

Black with #CA491C

Text Example


Text Example

White with #CA491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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