Html Css Color HEX #CC1912 Harley Davidson Orange

📋 copy color: '#CC1912'

red 204 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #CC1912

Tints of Harley Davidson Orange #CC1912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 82.59%
G = 10.12%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC1912 (or 0xCC1912) is known color: Harley Davidson Orange. HEX triplet: CC, 19 and 12. RGB value is (204,25,18). Sum of RGB (Red+Green+Blue) = 204+25+18=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1912 is #33E6ED. Grayscale: #4D4D4D. Windows color (decimal): -3401454 or 1186252. OLE color: 1186252.

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

Color convert

RGB 204 25 18 -
CMYK 0 0.88 0.91 0.2
HSL 2.26º 0.84% 0.44% -
HSV(B) 2.26º 0.91% 0.8% -
XYZ 25.36 13.58 1.86 -
YUV 77.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 204 25 18 0 0.88 0.91 0.2 2.26 0.84 0.44
Hex CC 19 12 0 58 5B 14 2 54 2C
Octal 314 31 22 0 130 133 24 2 124 54
Binary 11001100 11001 10010 0 1011000 1011011 10100 10 1010100 101100

Color Harmonies of #CC1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1912

Black with #CC1912

Text Example


Text Example

White with #CC1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1912; }

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

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

background-color css

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

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

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

border-color css

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

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

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