Html Css Color HEX #C31006 Free Speech Red

📋 copy color: '#C31006'

red 195 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #C31006

Tints of Free Speech Red #C31006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 89.86%
G = 7.37%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C31006 (or 0xC31006) is known color: Free Speech Red. HEX triplet: C3, 10 and 06. RGB value is (195,16,6). Sum of RGB (Red+Green+Blue) = 195+16+6=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C31006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31006 is #3CEFF9. Grayscale: #444444. Windows color (decimal): -3993594 or 397507. OLE color: 397507.

HSL color Cylindrical-coordinate representation of color #C31006: hue angle of 3.17º 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 #C31006 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 6 -
CMYK 0 0.92 0.97 0.24
HSL 3.17º 0.94% 0.39% -
HSV(B) 3.17º 0.97% 0.76% -
XYZ 22.72 11.99 1.29 -
YUV 68.38 92.8 218.31 -
System Red Green Blue C M Y K H S L
Decimal 195 16 6 0 0.92 0.97 0.24 3.17 0.94 0.39
Hex C3 10 6 0 5C 61 18 3 5E 27
Octal 303 20 6 0 134 141 30 3 136 47
Binary 11000011 10000 110 0 1011100 1100001 11000 11 1011110 100111

Color Harmonies of #C31006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31006

Black with #C31006

Text Example


Text Example

White with #C31006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31006; }

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

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

background-color css

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

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

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

border-color css

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

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

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