Html Css Color HEX #CD3A20 Harley Davidson Orange

📋 copy color: '#CD3A20'

red 205 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #CD3A20

Tints of Harley Davidson Orange #CD3A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

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

R = 69.49%
G = 19.66%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD3A20 (or 0xCD3A20) is known color: Harley Davidson Orange. HEX triplet: CD, 3A and 20. RGB value is (205,58,32). Sum of RGB (Red+Green+Blue) = 205+58+32=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A20 is #32C5DF. Grayscale: #636363. Windows color (decimal): -3327456 or 2112205. OLE color: 2112205.

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

Color convert

RGB 205 58 32 -
CMYK 0 0.72 0.84 0.20
HSL 9.02º 0.73% 0.46% -
HSV(B) 9.02º 0.84% 0.8% -
XYZ 26.95 16.11 3.06 -
YUV 98.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 205 58 32 0 0.72 0.84 0.20 9.02 0.73 0.46
Hex CD 3A 20 0 48 54 14 9 49 2E
Octal 315 72 40 0 110 124 24 11 111 56
Binary 11001101 111010 100000 0 1001000 1010100 10100 1001 1001001 101110

Color Harmonies of #CD3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A20

Black with #CD3A20

Text Example


Text Example

White with #CD3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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