Html Css Color HEX #CC1C14 Harley Davidson Orange

📋 copy color: '#CC1C14'

red 204 ◦ green 28 ◦ blue 20

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

Shades of Harley Davidson Orange #CC1C14

Tints of Harley Davidson Orange #CC1C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 80.95%
G = 11.11%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1C14 (or 0xCC1C14) is known color: Harley Davidson Orange. HEX triplet: CC, 1C and 14. RGB value is (204,28,20). Sum of RGB (Red+Green+Blue) = 204+28+20=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1C14 is #33E3EB. Grayscale: #4F4F4F. Windows color (decimal): -3400684 or 1318092. OLE color: 1318092.

HSL color Cylindrical-coordinate representation of color #CC1C14: hue angle of 2.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1C14 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 20 -
CMYK 0 0.86 0.90 0.2
HSL 2.61º 0.82% 0.44% -
HSV(B) 2.61º 0.9% 0.8% -
XYZ 25.44 13.72 1.97 -
YUV 79.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 204 28 20 0 0.86 0.90 0.2 2.61 0.82 0.44
Hex CC 1C 14 0 56 5A 14 3 52 2C
Octal 314 34 24 0 126 132 24 3 122 54
Binary 11001100 11100 10100 0 1010110 1011010 10100 11 1010010 101100

Color Harmonies of #CC1C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C14

Black with #CC1C14

Text Example


Text Example

White with #CC1C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C14; }

 p { color: rgb(204,28,20); }

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

background-color css

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

 a { background-color: rgb(204,28,20); }

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

border-color css

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

 span { border-color: rgb(204,28,20); }

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