Html Css Color HEX #CA4716 Harley Davidson Orange

📋 copy color: '#CA4716'

red 202 ◦ green 71 ◦ blue 22

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

Shades of Harley Davidson Orange #CA4716

Tints of Harley Davidson Orange #CA4716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 68.47%
G = 24.07%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA4716 (or 0xCA4716) is known color: Harley Davidson Orange. HEX triplet: CA, 47 and 16. RGB value is (202,71,22). Sum of RGB (Red+Green+Blue) = 202+71+22=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4716 is #35B8E9. Grayscale: #686868. Windows color (decimal): -3520746 or 1460170. OLE color: 1460170.

HSL color Cylindrical-coordinate representation of color #CA4716: hue angle of 16.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA4716 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 22 -
CMYK 0 0.65 0.89 0.21
HSL 16.33º 0.8% 0.44% -
HSV(B) 16.33º 0.89% 0.79% -
XYZ 26.76 17.12 2.65 -
YUV 104.58 81.4 197.48 -
System Red Green Blue C M Y K H S L
Decimal 202 71 22 0 0.65 0.89 0.21 16.33 0.8 0.44
Hex CA 47 16 0 41 59 15 10 50 2C
Octal 312 107 26 0 101 131 25 20 120 54
Binary 11001010 1000111 10110 0 1000001 1011001 10101 10000 1010000 101100

Color Harmonies of #CA4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4716

Black with #CA4716

Text Example


Text Example

White with #CA4716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4716; }

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

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

background-color css

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

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

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

border-color css

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

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

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