Html Css Color HEX #CC201D Harley Davidson Orange

📋 copy color: '#CC201D'

red 204 ◦ green 32 ◦ blue 29

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

Shades of Harley Davidson Orange #CC201D

Tints of Harley Davidson Orange #CC201D

RGB

 RED value IS 204 (80.08% from 255) = 76.98%

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

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

R = 76.98%
G = 12.08%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC201D (or 0xCC201D) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 1D. RGB value is (204,32,29). Sum of RGB (Red+Green+Blue) = 204+32+29=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC201D is #33DFE2. Grayscale: #535353. Windows color (decimal): -3399651 or 1908940. OLE color: 1908940.

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

Color convert

RGB 204 32 29 -
CMYK 0 0.84 0.86 0.2
HSL 1.03º 0.75% 0.46% -
HSV(B) 1.03º 0.86% 0.8% -
XYZ 25.64 13.96 2.51 -
YUV 83.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 204 32 29 0 0.84 0.86 0.2 1.03 0.75 0.46
Hex CC 20 1D 0 54 56 14 1 4B 2E
Octal 314 40 35 0 124 126 24 1 113 56
Binary 11001100 100000 11101 0 1010100 1010110 10100 1 1001011 101110

Color Harmonies of #CC201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC201D

Black with #CC201D

Text Example


Text Example

White with #CC201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC201D; }

 p { color: rgb(204,32,29); }

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

background-color css

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

 a { background-color: rgb(204,32,29); }

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

border-color css

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

 span { border-color: rgb(204,32,29); }

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