Html Css Color HEX #C11212 Free Speech Red

📋 copy color: '#C11212'

red 193 ◦ green 18 ◦ blue 18

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

Shades of Free Speech Red #C11212

Tints of Free Speech Red #C11212

RGB

 RED value IS 193 (75.78% from 255) = 84.28%

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

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

R = 84.28%
G = 7.86%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11212 (or 0xC11212) is known color: Free Speech Red. HEX triplet: C1, 12 and 12. RGB value is (193,18,18). Sum of RGB (Red+Green+Blue) = 193+18+18=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C11212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11212 is #3EEDED. Grayscale: #464646. Windows color (decimal): -4124142 or 1184449. OLE color: 1184449.

HSL color Cylindrical-coordinate representation of color #C11212: hue angle of 0º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11212 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 18 18 -
CMYK 0 0.91 0.91 0.24
HSL 0.83% 0.41% -
HSV(B) 0.91% 0.76% -
XYZ 22.32 11.81 1.68 -
YUV 70.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 193 18 18 0 0.91 0.91 0.24 0 0.83 0.41
Hex C1 12 12 0 5B 5B 18 0 53 29
Octal 301 22 22 0 133 133 30 0 123 51
Binary 11000001 10010 10010 0 1011011 1011011 11000 0 1010011 101001

Color Harmonies of #C11212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11212

Black with #C11212

Text Example


Text Example

White with #C11212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11212; }

 p { color: rgb(193,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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