Html Css Color HEX #CA4717 Harley Davidson Orange

📋 copy color: '#CA4717'

red 202 ◦ green 71 ◦ blue 23

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

Shades of Harley Davidson Orange #CA4717

Tints of Harley Davidson Orange #CA4717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.77%

R = 68.24%
G = 23.99%
B = 7.77%

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

#CA4717 (or 0xCA4717) is known color: Harley Davidson Orange. HEX triplet: CA, 47 and 17. RGB value is (202,71,23). Sum of RGB (Red+Green+Blue) = 202+71+23=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4717 is #35B8E8. Grayscale: #696969. Windows color (decimal): -3520745 or 1525706. OLE color: 1525706.

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

Color convert

RGB 202 71 23 -
CMYK 0 0.65 0.89 0.21
HSL 16.09º 0.8% 0.44% -
HSV(B) 16.09º 0.89% 0.79% -
XYZ 26.77 17.12 2.71 -
YUV 104.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 202 71 23 0 0.65 0.89 0.21 16.09 0.8 0.44
Hex CA 47 17 0 41 59 15 10 50 2C
Octal 312 107 27 0 101 131 25 20 120 54
Binary 11001010 1000111 10111 0 1000001 1011001 10101 10000 1010000 101100

Color Harmonies of #CA4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4717

Black with #CA4717

Text Example


Text Example

White with #CA4717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4717; }

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

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

background-color css

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

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

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

border-color css

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

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

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