Html Css Color HEX #CD1D09 Harley Davidson Orange

📋 copy color: '#CD1D09'

red 205 ◦ green 29 ◦ blue 9

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

Shades of Harley Davidson Orange #CD1D09

Tints of Harley Davidson Orange #CD1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 9 (3.91% from 255) = 3.7%

R = 84.36%
G = 11.93%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD1D09 (or 0xCD1D09) is known color: Harley Davidson Orange. HEX triplet: CD, 1D and 09. RGB value is (205,29,9). Sum of RGB (Red+Green+Blue) = 205+29+9=243 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.36% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD1D09 is #32E2F6. Grayscale: #4F4F4F. Windows color (decimal): -3334903 or 597453. OLE color: 597453.

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

Color convert

RGB 205 29 9 -
CMYK 0 0.86 0.96 0.20
HSL 6.12º 0.92% 0.42% -
HSV(B) 6.12º 0.96% 0.8% -
XYZ 25.67 13.88 1.58 -
YUV 79.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 205 29 9 0 0.86 0.96 0.20 6.12 0.92 0.42
Hex CD 1D 9 0 56 60 14 6 5C 2A
Octal 315 35 11 0 126 140 24 6 134 52
Binary 11001101 11101 1001 0 1010110 1100000 10100 110 1011100 101010

Color Harmonies of #CD1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D09

Black with #CD1D09

Text Example


Text Example

White with #CD1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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