Html Css Color HEX #CC1D0D Harley Davidson Orange

📋 copy color: '#CC1D0D'

red 204 ◦ green 29 ◦ blue 13

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

Shades of Harley Davidson Orange #CC1D0D

Tints of Harley Davidson Orange #CC1D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.79%

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

R = 82.93%
G = 11.79%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC1D0D (or 0xCC1D0D) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 0D. RGB value is (204,29,13). Sum of RGB (Red+Green+Blue) = 204+29+13=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D0D is #33E2F2. Grayscale: #4F4F4F. Windows color (decimal): -3400435 or 859596. OLE color: 859596.

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

Color convert

RGB 204 29 13 -
CMYK 0 0.86 0.94 0.2
HSL 5.03º 0.88% 0.43% -
HSV(B) 5.03º 0.94% 0.8% -
XYZ 25.41 13.75 1.69 -
YUV 79.5 90.48 216.8 -
System Red Green Blue C M Y K H S L
Decimal 204 29 13 0 0.86 0.94 0.2 5.03 0.88 0.43
Hex CC 1D D 0 56 5E 14 5 58 2B
Octal 314 35 15 0 126 136 24 5 130 53
Binary 11001100 11101 1101 0 1010110 1011110 10100 101 1011000 101011

Color Harmonies of #CC1D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D0D

Black with #CC1D0D

Text Example


Text Example

White with #CC1D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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