Html Css Color HEX #CA491B Harley Davidson Orange

📋 copy color: '#CA491B'

red 202 ◦ green 73 ◦ blue 27

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

Shades of Harley Davidson Orange #CA491B

Tints of Harley Davidson Orange #CA491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.94%

R = 66.89%
G = 24.17%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA491B (or 0xCA491B) is known color: Harley Davidson Orange. HEX triplet: CA, 49 and 1B. RGB value is (202,73,27). Sum of RGB (Red+Green+Blue) = 202+73+27=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA491B is #35B6E4. Grayscale: #6A6A6A. Windows color (decimal): -3520229 or 1788362. OLE color: 1788362.

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

Color convert

RGB 202 73 27 -
CMYK 0 0.64 0.87 0.21
HSL 15.77º 0.76% 0.45% -
HSV(B) 15.77º 0.87% 0.79% -
XYZ 26.94 17.4 2.98 -
YUV 106.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 202 73 27 0 0.64 0.87 0.21 15.77 0.76 0.45
Hex CA 49 1B 0 40 57 15 10 4C 2D
Octal 312 111 33 0 100 127 25 20 114 55
Binary 11001010 1001001 11011 0 1000000 1010111 10101 10000 1001100 101101

Color Harmonies of #CA491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA491B

Black with #CA491B

Text Example


Text Example

White with #CA491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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