Html Css Color HEX #CC1800 Free Speech Red

📋 copy color: '#CC1800'

red 204 ◦ green 24 ◦ blue 0

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

Shades of Free Speech Red #CC1800

Tints of Free Speech Red #CC1800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.47%
G = 10.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC1800 (or 0xCC1800) is known color: Free Speech Red. HEX triplet: CC, 18 and 00. RGB value is (204,24,0). Sum of RGB (Red+Green+Blue) = 204+24+0=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1800 is #33E7FF. Grayscale: #4B4B4B. Windows color (decimal): -3401728 or 6348. OLE color: 6348.

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

Color convert

RGB 204 24 0 -
CMYK 0 0.88 1 0.2
HSL 7.06º 1% 0.4% -
HSV(B) 7.06º 1% 0.8% -
XYZ 25.23 13.49 1.27 -
YUV 75.08 85.63 219.95 -
System Red Green Blue C M Y K H S L
Decimal 204 24 0 0 0.88 1 0.2 7.06 1 0.4
Hex CC 18 0 0 58 64 14 7 64 28
Octal 314 30 0 0 130 144 24 7 144 50
Binary 11001100 11000 0 0 1011000 1100100 10100 111 1100100 101000

Color Harmonies of #CC1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1800

Black with #CC1800

Text Example


Text Example

White with #CC1800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1800; }

 p { color: rgb(204,24,0); }

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

background-color css

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

 a { background-color: rgb(204,24,0); }

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

border-color css

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

 span { border-color: rgb(204,24,0); }

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