Html Css Color HEX #CC1910 Harley Davidson Orange

📋 copy color: '#CC1910'

red 204 ◦ green 25 ◦ blue 16

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

Shades of Harley Davidson Orange #CC1910

Tints of Harley Davidson Orange #CC1910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 83.27%
G = 10.2%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC1910 (or 0xCC1910) is known color: Harley Davidson Orange. HEX triplet: CC, 19 and 10. RGB value is (204,25,16). Sum of RGB (Red+Green+Blue) = 204+25+16=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1910 is #33E6EF. Grayscale: #4D4D4D. Windows color (decimal): -3401456 or 1055180. OLE color: 1055180.

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

Color convert

RGB 204 25 16 -
CMYK 0 0.88 0.92 0.2
HSL 2.87º 0.85% 0.43% -
HSV(B) 2.87º 0.92% 0.8% -
XYZ 25.34 13.57 1.77 -
YUV 77.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 204 25 16 0 0.88 0.92 0.2 2.87 0.85 0.43
Hex CC 19 10 0 58 5C 14 3 55 2B
Octal 314 31 20 0 130 134 24 3 125 53
Binary 11001100 11001 10000 0 1011000 1011100 10100 11 1010101 101011

Color Harmonies of #CC1910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1910

Black with #CC1910

Text Example


Text Example

White with #CC1910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1910; }

 p { color: rgb(204,25,16); }

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

background-color css

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

 a { background-color: rgb(204,25,16); }

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

border-color css

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

 span { border-color: rgb(204,25,16); }

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