Html Css Color HEX #C31004 Free Speech Red

📋 copy color: '#C31004'

red 195 ◦ green 16 ◦ blue 4

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

Shades of Free Speech Red #C31004

Tints of Free Speech Red #C31004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 90.7%
G = 7.44%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C31004 (or 0xC31004) is known color: Free Speech Red. HEX triplet: C3, 10 and 04. RGB value is (195,16,4). Sum of RGB (Red+Green+Blue) = 195+16+4=215 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.70% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 195 - color contains mainly: red. Hex color #C31004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31004 is #3CEFFB. Grayscale: #444444. Windows color (decimal): -3993596 or 266435. OLE color: 266435.

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

Color convert

RGB 195 16 4 -
CMYK 0 0.92 0.98 0.24
HSL 3.77º 0.96% 0.39% -
HSV(B) 3.77º 0.98% 0.76% -
XYZ 22.71 11.98 1.23 -
YUV 68.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 195 16 4 0 0.92 0.98 0.24 3.77 0.96 0.39
Hex C3 10 4 0 5C 62 18 4 60 27
Octal 303 20 4 0 134 142 30 4 140 47
Binary 11000011 10000 100 0 1011100 1100010 11000 100 1100000 100111

Color Harmonies of #C31004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31004

Black with #C31004

Text Example


Text Example

White with #C31004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31004; }

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

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

background-color css

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

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

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

border-color css

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

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

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