Html Css Color HEX #CD311E Harley Davidson Orange

📋 copy color: '#CD311E'

red 205 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #CD311E

Tints of Harley Davidson Orange #CD311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 72.18%
G = 17.25%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD311E (or 0xCD311E) is known color: Harley Davidson Orange. HEX triplet: CD, 31 and 1E. RGB value is (205,49,30). Sum of RGB (Red+Green+Blue) = 205+49+30=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD311E is #32CEE1. Grayscale: #5D5D5D. Windows color (decimal): -3329762 or 1978829. OLE color: 1978829.

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

Color convert

RGB 205 49 30 -
CMYK 0 0.76 0.85 0.20
HSL 6.51º 0.74% 0.46% -
HSV(B) 6.51º 0.85% 0.8% -
XYZ 26.51 15.27 2.78 -
YUV 93.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 205 49 30 0 0.76 0.85 0.20 6.51 0.74 0.46
Hex CD 31 1E 0 4C 55 14 7 4A 2E
Octal 315 61 36 0 114 125 24 7 112 56
Binary 11001101 110001 11110 0 1001100 1010101 10100 111 1001010 101110

Color Harmonies of #CD311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD311E

Black with #CD311E

Text Example


Text Example

White with #CD311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD311E; }

 p { color: rgb(205,49,30); }

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

background-color css

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

 a { background-color: rgb(205,49,30); }

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

border-color css

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

 span { border-color: rgb(205,49,30); }

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