Html Css Color HEX #C31212 Free Speech Red

📋 copy color: '#C31212'

red 195 ◦ green 18 ◦ blue 18

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

Shades of Free Speech Red #C31212

Tints of Free Speech Red #C31212

RGB

 RED value IS 195 (76.56% from 255) = 84.42%

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

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

R = 84.42%
G = 7.79%
B = 7.79%

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

#C31212 (or 0xC31212) is known color: Free Speech Red. HEX triplet: C3, 12 and 12. RGB value is (195,18,18). Sum of RGB (Red+Green+Blue) = 195+18+18=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C31212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31212 is #3CEDED. Grayscale: #474747. Windows color (decimal): -3993070 or 1184451. OLE color: 1184451.

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

Color convert

RGB 195 18 18 -
CMYK 0 0.91 0.91 0.24
HSL 0.83% 0.42% -
HSV(B) 0.91% 0.76% -
XYZ 22.83 12.08 1.7 -
YUV 70.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 195 18 18 0 0.91 0.91 0.24 0 0.83 0.42
Hex C3 12 12 0 5B 5B 18 0 53 2A
Octal 303 22 22 0 133 133 30 0 123 52
Binary 11000011 10010 10010 0 1011011 1011011 11000 0 1010011 101010

Color Harmonies of #C31212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31212

Black with #C31212

Text Example


Text Example

White with #C31212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31212; }

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

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

background-color css

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

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

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

border-color css

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

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

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