Html Css Color HEX #CD201C Harley Davidson Orange

📋 copy color: '#CD201C'

red 205 ◦ green 32 ◦ blue 28

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

Shades of Harley Davidson Orange #CD201C

Tints of Harley Davidson Orange #CD201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 77.36%
G = 12.08%
B = 10.57%

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

#CD201C (or 0xCD201C) is known color: Harley Davidson Orange. HEX triplet: CD, 20 and 1C. RGB value is (205,32,28). Sum of RGB (Red+Green+Blue) = 205+32+28=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD201C is #32DFE3. Grayscale: #535353. Windows color (decimal): -3334116 or 1843405. OLE color: 1843405.

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

Color convert

RGB 205 32 28 -
CMYK 0 0.84 0.86 0.20
HSL 1.36º 0.76% 0.46% -
HSV(B) 1.36º 0.86% 0.8% -
XYZ 25.9 14.1 2.45 -
YUV 83.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 205 32 28 0 0.84 0.86 0.20 1.36 0.76 0.46
Hex CD 20 1C 0 54 56 14 1 4C 2E
Octal 315 40 34 0 124 126 24 1 114 56
Binary 11001101 100000 11100 0 1010100 1010110 10100 1 1001100 101110

Color Harmonies of #CD201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD201C

Black with #CD201C

Text Example


Text Example

White with #CD201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD201C; }

 p { color: rgb(205,32,28); }

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

background-color css

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

 a { background-color: rgb(205,32,28); }

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

border-color css

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

 span { border-color: rgb(205,32,28); }

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