Html Css Color HEX #C31206 Free Speech Red

📋 copy color: '#C31206'

red 195 ◦ green 18 ◦ blue 6

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

Shades of Free Speech Red #C31206

Tints of Free Speech Red #C31206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.74%

R = 89.04%
G = 8.22%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C31206 (or 0xC31206) is known color: Free Speech Red. HEX triplet: C3, 12 and 06. RGB value is (195,18,6). Sum of RGB (Red+Green+Blue) = 195+18+6=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C31206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31206 is #3CEDF9. Grayscale: #454545. Windows color (decimal): -3993082 or 398019. OLE color: 398019.

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

Color convert

RGB 195 18 6 -
CMYK 0 0.91 0.97 0.24
HSL 3.81º 0.94% 0.39% -
HSV(B) 3.81º 0.97% 0.76% -
XYZ 22.75 12.05 1.3 -
YUV 69.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 195 18 6 0 0.91 0.97 0.24 3.81 0.94 0.39
Hex C3 12 6 0 5B 61 18 4 5E 27
Octal 303 22 6 0 133 141 30 4 136 47
Binary 11000011 10010 110 0 1011011 1100001 11000 100 1011110 100111

Color Harmonies of #C31206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31206

Black with #C31206

Text Example


Text Example

White with #C31206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31206; }

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

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

background-color css

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

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

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

border-color css

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

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

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