Html Css Color HEX #CC120F Free Speech Red

📋 copy color: '#CC120F'

red 204 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #CC120F

Tints of Free Speech Red #CC120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 86.08%
G = 7.59%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC120F (or 0xCC120F) is known color: Free Speech Red. HEX triplet: CC, 12 and 0F. RGB value is (204,18,15). Sum of RGB (Red+Green+Blue) = 204+18+15=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC120F is #33EDF0. Grayscale: #494949. Windows color (decimal): -3403249 or 987852. OLE color: 987852.

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

Color convert

RGB 204 18 15 -
CMYK 0 0.91 0.93 0.2
HSL 0.95º 0.86% 0.43% -
HSV(B) 0.95º 0.93% 0.8% -
XYZ 25.2 13.3 1.69 -
YUV 73.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 204 18 15 0 0.91 0.93 0.2 0.95 0.86 0.43
Hex CC 12 F 0 5B 5D 14 1 56 2B
Octal 314 22 17 0 133 135 24 1 126 53
Binary 11001100 10010 1111 0 1011011 1011101 10100 1 1010110 101011

Color Harmonies of #CC120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC120F

Black with #CC120F

Text Example


Text Example

White with #CC120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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