Html Css Color HEX #CD3020 Harley Davidson Orange

📋 copy color: '#CD3020'

red 205 ◦ green 48 ◦ blue 32

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

Shades of Harley Davidson Orange #CD3020

Tints of Harley Davidson Orange #CD3020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

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

R = 71.93%
G = 16.84%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD3020 (or 0xCD3020) is known color: Harley Davidson Orange. HEX triplet: CD, 30 and 20. RGB value is (205,48,32). Sum of RGB (Red+Green+Blue) = 205+48+32=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3020 is #32CFDF. Grayscale: #5D5D5D. Windows color (decimal): -3330016 or 2109645. OLE color: 2109645.

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

Color convert

RGB 205 48 32 -
CMYK 0 0.77 0.84 0.20
HSL 5.55º 0.73% 0.46% -
HSV(B) 5.55º 0.84% 0.8% -
XYZ 26.49 15.2 2.9 -
YUV 93.12 93.51 207.8 -
System Red Green Blue C M Y K H S L
Decimal 205 48 32 0 0.77 0.84 0.20 5.55 0.73 0.46
Hex CD 30 20 0 4D 54 14 6 49 2E
Octal 315 60 40 0 115 124 24 6 111 56
Binary 11001101 110000 100000 0 1001101 1010100 10100 110 1001001 101110

Color Harmonies of #CD3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3020

Black with #CD3020

Text Example


Text Example

White with #CD3020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3020; }

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

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

background-color css

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

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

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

border-color css

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

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

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