Html Css Color HEX #CD2113 Harley Davidson Orange

📋 copy color: '#CD2113'

red 205 ◦ green 33 ◦ blue 19

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

Shades of Harley Davidson Orange #CD2113

Tints of Harley Davidson Orange #CD2113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 79.77%
G = 12.84%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD2113 (or 0xCD2113) is known color: Harley Davidson Orange. HEX triplet: CD, 21 and 13. RGB value is (205,33,19). Sum of RGB (Red+Green+Blue) = 205+33+19=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2113 is #32DEEC. Grayscale: #535353. Windows color (decimal): -3333869 or 1253837. OLE color: 1253837.

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

Color convert

RGB 205 33 19 -
CMYK 0 0.84 0.91 0.20
HSL 4.52º 0.83% 0.44% -
HSV(B) 4.52º 0.91% 0.8% -
XYZ 25.84 14.11 1.98 -
YUV 82.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 205 33 19 0 0.84 0.91 0.20 4.52 0.83 0.44
Hex CD 21 13 0 54 5B 14 5 53 2C
Octal 315 41 23 0 124 133 24 5 123 54
Binary 11001101 100001 10011 0 1010100 1011011 10100 101 1010011 101100

Color Harmonies of #CD2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2113

Black with #CD2113

Text Example


Text Example

White with #CD2113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2113; }

 p { color: rgb(205,33,19); }

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

background-color css

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

 a { background-color: rgb(205,33,19); }

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

border-color css

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

 span { border-color: rgb(205,33,19); }

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