Html Css Color HEX #C31406 Free Speech Red

📋 copy color: '#C31406'

red 195 ◦ green 20 ◦ blue 6

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

Shades of Free Speech Red #C31406

Tints of Free Speech Red #C31406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 88.24%
G = 9.05%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C31406 (or 0xC31406) is known color: Free Speech Red. HEX triplet: C3, 14 and 06. RGB value is (195,20,6). Sum of RGB (Red+Green+Blue) = 195+20+6=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C31406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31406 is #3CEBF9. Grayscale: #464646. Windows color (decimal): -3992570 or 398531. OLE color: 398531.

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

Color convert

RGB 195 20 6 -
CMYK 0 0.90 0.97 0.24
HSL 4.44º 0.94% 0.39% -
HSV(B) 4.44º 0.97% 0.76% -
XYZ 22.79 12.12 1.31 -
YUV 70.73 91.48 216.64 -
System Red Green Blue C M Y K H S L
Decimal 195 20 6 0 0.90 0.97 0.24 4.44 0.94 0.39
Hex C3 14 6 0 5A 61 18 4 5E 27
Octal 303 24 6 0 132 141 30 4 136 47
Binary 11000011 10100 110 0 1011010 1100001 11000 100 1011110 100111

Color Harmonies of #C31406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31406

Black with #C31406

Text Example


Text Example

White with #C31406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31406; }

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

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

background-color css

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

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

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

border-color css

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

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

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