Html Css Color HEX #CD211D Harley Davidson Orange

📋 copy color: '#CD211D'

red 205 ◦ green 33 ◦ blue 29

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

Shades of Harley Davidson Orange #CD211D

Tints of Harley Davidson Orange #CD211D

RGB

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

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

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

R = 76.78%
G = 12.36%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD211D (or 0xCD211D) is known color: Harley Davidson Orange. HEX triplet: CD, 21 and 1D. RGB value is (205,33,29). Sum of RGB (Red+Green+Blue) = 205+33+29=267 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.78% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 205 - color contains mainly: red. Hex color #CD211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD211D is #32DEE2. Grayscale: #545454. Windows color (decimal): -3333859 or 1909197. OLE color: 1909197.

HSL color Cylindrical-coordinate representation of color #CD211D: hue angle of 1.36º 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 #CD211D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 29 -
CMYK 0 0.84 0.86 0.20
HSL 1.36º 0.75% 0.46% -
HSV(B) 1.36º 0.86% 0.8% -
XYZ 25.94 14.16 2.53 -
YUV 83.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 205 33 29 0 0.84 0.86 0.20 1.36 0.75 0.46
Hex CD 21 1D 0 54 56 14 1 4B 2E
Octal 315 41 35 0 124 126 24 1 113 56
Binary 11001101 100001 11101 0 1010100 1010110 10100 1 1001011 101110

Color Harmonies of #CD211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD211D

Black with #CD211D

Text Example


Text Example

White with #CD211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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