Html Css Color HEX #CC1504 Free Speech Red

📋 copy color: '#CC1504'

red 204 ◦ green 21 ◦ blue 4

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

Shades of Free Speech Red #CC1504

Tints of Free Speech Red #CC1504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 89.08%
G = 9.17%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC1504 (or 0xCC1504) is known color: Free Speech Red. HEX triplet: CC, 15 and 04. RGB value is (204,21,4). Sum of RGB (Red+Green+Blue) = 204+21+4=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1504 is #33EAFB. Grayscale: #4A4A4A. Windows color (decimal): -3402492 or 267724. OLE color: 267724.

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

Color convert

RGB 204 21 4 -
CMYK 0 0.90 0.98 0.2
HSL 5.1º 0.96% 0.41% -
HSV(B) 5.1º 0.98% 0.8% -
XYZ 25.19 13.38 1.37 -
YUV 73.78 88.63 220.88 -
System Red Green Blue C M Y K H S L
Decimal 204 21 4 0 0.90 0.98 0.2 5.1 0.96 0.41
Hex CC 15 4 0 5A 62 14 5 60 29
Octal 314 25 4 0 132 142 24 5 140 51
Binary 11001100 10101 100 0 1011010 1100010 10100 101 1100000 101001

Color Harmonies of #CC1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1504

Black with #CC1504

Text Example


Text Example

White with #CC1504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1504; }

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

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

background-color css

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

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

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

border-color css

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

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

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