Html Css Color HEX #CC1508 Free Speech Red

📋 copy color: '#CC1508'

red 204 ◦ green 21 ◦ blue 8

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

Shades of Free Speech Red #CC1508

Tints of Free Speech Red #CC1508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 87.55%
G = 9.01%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC1508 (or 0xCC1508) is known color: Free Speech Red. HEX triplet: CC, 15 and 08. RGB value is (204,21,8). Sum of RGB (Red+Green+Blue) = 204+21+8=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1508 is #33EAF7. Grayscale: #4A4A4A. Windows color (decimal): -3402488 or 529868. OLE color: 529868.

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

Color convert

RGB 204 21 8 -
CMYK 0 0.90 0.96 0.2
HSL 3.98º 0.92% 0.42% -
HSV(B) 3.98º 0.96% 0.8% -
XYZ 25.21 13.39 1.49 -
YUV 74.24 90.63 220.56 -
System Red Green Blue C M Y K H S L
Decimal 204 21 8 0 0.90 0.96 0.2 3.98 0.92 0.42
Hex CC 15 8 0 5A 60 14 4 5C 2A
Octal 314 25 10 0 132 140 24 4 134 52
Binary 11001100 10101 1000 0 1011010 1100000 10100 100 1011100 101010

Color Harmonies of #CC1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1508

Black with #CC1508

Text Example


Text Example

White with #CC1508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1508; }

 p { color: rgb(204,21,8); }

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

background-color css

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

 a { background-color: rgb(204,21,8); }

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

border-color css

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

 span { border-color: rgb(204,21,8); }

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