Html Css Color HEX #CD3520 Harley Davidson Orange

📋 copy color: '#CD3520'

red 205 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #CD3520

Tints of Harley Davidson Orange #CD3520

RGB

 RED value IS 205 (80.47% from 255) = 70.69%

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 70.69%
G = 18.28%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD3520 (or 0xCD3520) is known color: Harley Davidson Orange. HEX triplet: CD, 35 and 20. RGB value is (205,53,32). Sum of RGB (Red+Green+Blue) = 205+53+32=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3520 is #32CADF. Grayscale: #606060. Windows color (decimal): -3328736 or 2110925. OLE color: 2110925.

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

Color convert

RGB 205 53 32 -
CMYK 0 0.74 0.84 0.20
HSL 7.28º 0.73% 0.46% -
HSV(B) 7.28º 0.84% 0.8% -
XYZ 26.71 15.63 2.98 -
YUV 96.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 205 53 32 0 0.74 0.84 0.20 7.28 0.73 0.46
Hex CD 35 20 0 4A 54 14 7 49 2E
Octal 315 65 40 0 112 124 24 7 111 56
Binary 11001101 110101 100000 0 1001010 1010100 10100 111 1001001 101110

Color Harmonies of #CD3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3520

Black with #CD3520

Text Example


Text Example

White with #CD3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3520; }

 p { color: rgb(205,53,32); }

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

background-color css

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

 a { background-color: rgb(205,53,32); }

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

border-color css

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

 span { border-color: rgb(205,53,32); }

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