Html Css Color HEX #CD4520 Harley Davidson Orange

📋 copy color: '#CD4520'

red 205 ◦ green 69 ◦ blue 32

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

Shades of Harley Davidson Orange #CD4520

Tints of Harley Davidson Orange #CD4520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 66.99%
G = 22.55%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD4520 (or 0xCD4520) is known color: Harley Davidson Orange. HEX triplet: CD, 45 and 20. RGB value is (205,69,32). Sum of RGB (Red+Green+Blue) = 205+69+32=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4520 is #32BADF. Grayscale: #696969. Windows color (decimal): -3324640 or 2115021. OLE color: 2115021.

HSL color Cylindrical-coordinate representation of color #CD4520: hue angle of 12.83º 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 #CD4520 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 69 32 -
CMYK 0 0.66 0.84 0.20
HSL 12.83º 0.73% 0.46% -
HSV(B) 12.83º 0.84% 0.8% -
XYZ 27.57 17.34 3.26 -
YUV 105.45 86.56 199.01 -
System Red Green Blue C M Y K H S L
Decimal 205 69 32 0 0.66 0.84 0.20 12.83 0.73 0.46
Hex CD 45 20 0 42 54 14 D 49 2E
Octal 315 105 40 0 102 124 24 15 111 56
Binary 11001101 1000101 100000 0 1000010 1010100 10100 1101 1001001 101110

Color Harmonies of #CD4520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4520

Black with #CD4520

Text Example


Text Example

White with #CD4520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4520; }

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

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

background-color css

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

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

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

border-color css

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

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

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