Html Css Color HEX #CD371D Harley Davidson Orange

📋 copy color: '#CD371D'

red 205 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #CD371D

Tints of Harley Davidson Orange #CD371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 70.93%
G = 19.03%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD371D (or 0xCD371D) is known color: Harley Davidson Orange. HEX triplet: CD, 37 and 1D. RGB value is (205,55,29). Sum of RGB (Red+Green+Blue) = 205+55+29=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD371D is #32C8E2. Grayscale: #616161. Windows color (decimal): -3328227 or 1914829. OLE color: 1914829.

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

Color convert

RGB 205 55 29 -
CMYK 0 0.73 0.86 0.20
HSL 8.86º 0.75% 0.46% -
HSV(B) 8.86º 0.86% 0.8% -
XYZ 26.76 15.8 2.8 -
YUV 96.89 89.7 205.11 -
System Red Green Blue C M Y K H S L
Decimal 205 55 29 0 0.73 0.86 0.20 8.86 0.75 0.46
Hex CD 37 1D 0 49 56 14 9 4B 2E
Octal 315 67 35 0 111 126 24 11 113 56
Binary 11001101 110111 11101 0 1001001 1010110 10100 1001 1001011 101110

Color Harmonies of #CD371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD371D

Black with #CD371D

Text Example


Text Example

White with #CD371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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