Html Css Color HEX #CA471A Harley Davidson Orange

📋 copy color: '#CA471A'

red 202 ◦ green 71 ◦ blue 26

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

Shades of Harley Davidson Orange #CA471A

Tints of Harley Davidson Orange #CA471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.75%

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

R = 67.56%
G = 23.75%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA471A (or 0xCA471A) is known color: Harley Davidson Orange. HEX triplet: CA, 47 and 1A. RGB value is (202,71,26). Sum of RGB (Red+Green+Blue) = 202+71+26=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA471A is #35B8E5. Grayscale: #696969. Windows color (decimal): -3520742 or 1722314. OLE color: 1722314.

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

Color convert

RGB 202 71 26 -
CMYK 0 0.65 0.87 0.21
HSL 15.34º 0.77% 0.45% -
HSV(B) 15.34º 0.87% 0.79% -
XYZ 26.8 17.14 2.87 -
YUV 105.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 202 71 26 0 0.65 0.87 0.21 15.34 0.77 0.45
Hex CA 47 1A 0 41 57 15 F 4D 2D
Octal 312 107 32 0 101 127 25 17 115 55
Binary 11001010 1000111 11010 0 1000001 1010111 10101 1111 1001101 101101

Color Harmonies of #CA471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA471A

Black with #CA471A

Text Example


Text Example

White with #CA471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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