Html Css Color HEX #CD3711 Harley Davidson Orange

📋 copy color: '#CD3711'

red 205 ◦ green 55 ◦ blue 17

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

Shades of Harley Davidson Orange #CD3711

Tints of Harley Davidson Orange #CD3711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 74.01%
G = 19.86%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD3711 (or 0xCD3711) is known color: Harley Davidson Orange. HEX triplet: CD, 37 and 11. RGB value is (205,55,17). Sum of RGB (Red+Green+Blue) = 205+55+17=277 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.01% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3711 is #32C8EE. Grayscale: #5F5F5F. Windows color (decimal): -3328239 or 1128397. OLE color: 1128397.

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

Color convert

RGB 205 55 17 -
CMYK 0 0.73 0.92 0.20
HSL 12.13º 0.85% 0.44% -
HSV(B) 12.13º 0.92% 0.8% -
XYZ 26.64 15.75 2.17 -
YUV 95.52 83.7 206.09 -
System Red Green Blue C M Y K H S L
Decimal 205 55 17 0 0.73 0.92 0.20 12.13 0.85 0.44
Hex CD 37 11 0 49 5C 14 C 55 2C
Octal 315 67 21 0 111 134 24 14 125 54
Binary 11001101 110111 10001 0 1001001 1011100 10100 1100 1010101 101100

Color Harmonies of #CD3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3711

Black with #CD3711

Text Example


Text Example

White with #CD3711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3711; }

 p { color: rgb(205,55,17); }

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

background-color css

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

 a { background-color: rgb(205,55,17); }

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

border-color css

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

 span { border-color: rgb(205,55,17); }

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