Html Css Color HEX #CA471B Harley Davidson Orange

📋 copy color: '#CA471B'

red 202 ◦ green 71 ◦ blue 27

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

Shades of Harley Davidson Orange #CA471B

Tints of Harley Davidson Orange #CA471B

RGB

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

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

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

R = 67.33%
G = 23.67%
B = 9%

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

#CA471B (or 0xCA471B) is known color: Harley Davidson Orange. HEX triplet: CA, 47 and 1B. RGB value is (202,71,27). Sum of RGB (Red+Green+Blue) = 202+71+27=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA471B is #35B8E4. Grayscale: #696969. Windows color (decimal): -3520741 or 1787850. OLE color: 1787850.

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

Color convert

RGB 202 71 27 -
CMYK 0 0.65 0.87 0.21
HSL 15.09º 0.76% 0.45% -
HSV(B) 15.09º 0.87% 0.79% -
XYZ 26.81 17.14 2.93 -
YUV 105.15 83.9 197.08 -
System Red Green Blue C M Y K H S L
Decimal 202 71 27 0 0.65 0.87 0.21 15.09 0.76 0.45
Hex CA 47 1B 0 41 57 15 F 4C 2D
Octal 312 107 33 0 101 127 25 17 114 55
Binary 11001010 1000111 11011 0 1000001 1010111 10101 1111 1001100 101101

Color Harmonies of #CA471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA471B

Black with #CA471B

Text Example


Text Example

White with #CA471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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