Html Css Color HEX #C61212 Free Speech Red

📋 copy color: '#C61212'

red 198 ◦ green 18 ◦ blue 18

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

Shades of Free Speech Red #C61212

Tints of Free Speech Red #C61212

RGB

 RED value IS 198 (77.73% from 255) = 84.62%

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

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

R = 84.62%
G = 7.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C61212 (or 0xC61212) is known color: Free Speech Red. HEX triplet: C6, 12 and 12. RGB value is (198,18,18). Sum of RGB (Red+Green+Blue) = 198+18+18=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C61212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61212 is #39EDED. Grayscale: #484848. Windows color (decimal): -3796462 or 1184454. OLE color: 1184454.

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

Color convert

RGB 198 18 18 -
CMYK 0 0.91 0.91 0.22
HSL 0.83% 0.42% -
HSV(B) 0.91% 0.78% -
XYZ 23.61 12.48 1.74 -
YUV 71.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 198 18 18 0 0.91 0.91 0.22 0 0.83 0.42
Hex C6 12 12 0 5B 5B 16 0 53 2A
Octal 306 22 22 0 133 133 26 0 123 52
Binary 11000110 10010 10010 0 1011011 1011011 10110 0 1010011 101010

Color Harmonies of #C61212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61212

Black with #C61212

Text Example


Text Example

White with #C61212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61212; }

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

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

background-color css

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

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

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

border-color css

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

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

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