Html Css Color HEX #CC1E0D Harley Davidson Orange

📋 copy color: '#CC1E0D'

red 204 ◦ green 30 ◦ blue 13

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

Shades of Harley Davidson Orange #CC1E0D

Tints of Harley Davidson Orange #CC1E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 82.59%
G = 12.15%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC1E0D (or 0xCC1E0D) is known color: Harley Davidson Orange. HEX triplet: CC, 1E and 0D. RGB value is (204,30,13). Sum of RGB (Red+Green+Blue) = 204+30+13=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1E0D is #33E1F2. Grayscale: #505050. Windows color (decimal): -3400179 or 859852. OLE color: 859852.

HSL color Cylindrical-coordinate representation of color #CC1E0D: hue angle of 5.34º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC1E0D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 30 13 -
CMYK 0 0.85 0.94 0.2
HSL 5.34º 0.88% 0.43% -
HSV(B) 5.34º 0.94% 0.8% -
XYZ 25.44 13.79 1.7 -
YUV 80.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 204 30 13 0 0.85 0.94 0.2 5.34 0.88 0.43
Hex CC 1E D 0 55 5E 14 5 58 2B
Octal 314 36 15 0 125 136 24 5 130 53
Binary 11001100 11110 1101 0 1010101 1011110 10100 101 1011000 101011

Color Harmonies of #CC1E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E0D

Black with #CC1E0D

Text Example


Text Example

White with #CC1E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E0D; }

 p { color: rgb(204,30,13); }

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

background-color css

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

 a { background-color: rgb(204,30,13); }

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

border-color css

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

 span { border-color: rgb(204,30,13); }

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