Html Css Color HEX #CA4014 Harley Davidson Orange

📋 copy color: '#CA4014'

red 202 ◦ green 64 ◦ blue 20

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

Shades of Harley Davidson Orange #CA4014

Tints of Harley Davidson Orange #CA4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 70.63%
G = 22.38%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA4014 (or 0xCA4014) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 14. RGB value is (202,64,20). Sum of RGB (Red+Green+Blue) = 202+64+20=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4014 is #35BFEB. Grayscale: #646464. Windows color (decimal): -3522540 or 1327306. OLE color: 1327306.

HSL color Cylindrical-coordinate representation of color #CA4014: hue angle of 14.51º degrees, saturation: 0.82, 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 #CA4014 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 20 -
CMYK 0 0.68 0.90 0.21
HSL 14.51º 0.82% 0.44% -
HSV(B) 14.51º 0.9% 0.79% -
XYZ 26.32 16.27 2.42 -
YUV 100.25 82.72 200.58 -
System Red Green Blue C M Y K H S L
Decimal 202 64 20 0 0.68 0.90 0.21 14.51 0.82 0.44
Hex CA 40 14 0 44 5A 15 F 52 2C
Octal 312 100 24 0 104 132 25 17 122 54
Binary 11001010 1000000 10100 0 1000100 1011010 10101 1111 1010010 101100

Color Harmonies of #CA4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4014

Black with #CA4014

Text Example


Text Example

White with #CA4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4014; }

 p { color: rgb(202,64,20); }

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

background-color css

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

 a { background-color: rgb(202,64,20); }

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

border-color css

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

 span { border-color: rgb(202,64,20); }

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