Html Css Color HEX #CA4715 Harley Davidson Orange

📋 copy color: '#CA4715'

red 202 ◦ green 71 ◦ blue 21

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

Shades of Harley Davidson Orange #CA4715

Tints of Harley Davidson Orange #CA4715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 68.71%
G = 24.15%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA4715 (or 0xCA4715) is known color: Harley Davidson Orange. HEX triplet: CA, 47 and 15. RGB value is (202,71,21). Sum of RGB (Red+Green+Blue) = 202+71+21=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4715 is #35B8EA. Grayscale: #686868. Windows color (decimal): -3520747 or 1394634. OLE color: 1394634.

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

Color convert

RGB 202 71 21 -
CMYK 0 0.65 0.90 0.21
HSL 16.57º 0.81% 0.44% -
HSV(B) 16.57º 0.9% 0.79% -
XYZ 26.75 17.12 2.6 -
YUV 104.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 202 71 21 0 0.65 0.90 0.21 16.57 0.81 0.44
Hex CA 47 15 0 41 5A 15 11 51 2C
Octal 312 107 25 0 101 132 25 21 121 54
Binary 11001010 1000111 10101 0 1000001 1011010 10101 10001 1010001 101100

Color Harmonies of #CA4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4715

Black with #CA4715

Text Example


Text Example

White with #CA4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4715; }

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

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

background-color css

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

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

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

border-color css

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

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

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