Html Css Color HEX #C31001 Free Speech Red

📋 copy color: '#C31001'

red 195 ◦ green 16 ◦ blue 1

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

Shades of Free Speech Red #C31001

Tints of Free Speech Red #C31001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 91.98%
G = 7.55%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C31001 (or 0xC31001) is known color: Free Speech Red. HEX triplet: C3, 10 and 01. RGB value is (195,16,1). Sum of RGB (Red+Green+Blue) = 195+16+1=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C31001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31001 is #3CEFFE. Grayscale: #444444. Windows color (decimal): -3993599 or 69827. OLE color: 69827.

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

Color convert

RGB 195 16 1 -
CMYK 0 0.92 0.99 0.24
HSL 4.64º 0.99% 0.38% -
HSV(B) 4.64º 0.99% 0.76% -
XYZ 22.7 11.97 1.14 -
YUV 67.81 90.3 218.72 -
System Red Green Blue C M Y K H S L
Decimal 195 16 1 0 0.92 0.99 0.24 4.64 0.99 0.38
Hex C3 10 1 0 5C 63 18 5 63 26
Octal 303 20 1 0 134 143 30 5 143 46
Binary 11000011 10000 1 0 1011100 1100011 11000 101 1100011 100110

Color Harmonies of #C31001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31001

Black with #C31001

Text Example


Text Example

White with #C31001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31001; }

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

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

background-color css

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

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

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

border-color css

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

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

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