Html Css Color HEX #CA4320 Harley Davidson Orange

📋 copy color: '#CA4320'

red 202 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #CA4320

Tints of Harley Davidson Orange #CA4320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 67.11%
G = 22.26%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA4320 (or 0xCA4320) is known color: Harley Davidson Orange. HEX triplet: CA, 43 and 20. RGB value is (202,67,32). Sum of RGB (Red+Green+Blue) = 202+67+32=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4320 is #35BCDF. Grayscale: #676767. Windows color (decimal): -3521760 or 2114506. OLE color: 2114506.

HSL color Cylindrical-coordinate representation of color #CA4320: hue angle of 12.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA4320 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 32 -
CMYK 0 0.67 0.84 0.21
HSL 12.35º 0.73% 0.46% -
HSV(B) 12.35º 0.84% 0.79% -
XYZ 26.62 16.68 3.18 -
YUV 103.38 87.73 198.35 -
System Red Green Blue C M Y K H S L
Decimal 202 67 32 0 0.67 0.84 0.21 12.35 0.73 0.46
Hex CA 43 20 0 43 54 15 C 49 2E
Octal 312 103 40 0 103 124 25 14 111 56
Binary 11001010 1000011 100000 0 1000011 1010100 10101 1100 1001001 101110

Color Harmonies of #CA4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4320

Black with #CA4320

Text Example


Text Example

White with #CA4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4320; }

 p { color: rgb(202,67,32); }

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

background-color css

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

 a { background-color: rgb(202,67,32); }

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

border-color css

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

 span { border-color: rgb(202,67,32); }

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