Html Css Color HEX #C31003 Free Speech Red

📋 copy color: '#C31003'

red 195 ◦ green 16 ◦ blue 3

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

Shades of Free Speech Red #C31003

Tints of Free Speech Red #C31003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 91.12%
G = 7.48%
B = 1.4%

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

#C31003 (or 0xC31003) is known color: Free Speech Red. HEX triplet: C3, 10 and 03. RGB value is (195,16,3). Sum of RGB (Red+Green+Blue) = 195+16+3=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C31003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31003 is #3CEFFC. Grayscale: #444444. Windows color (decimal): -3993597 or 200899. OLE color: 200899.

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

Color convert

RGB 195 16 3 -
CMYK 0 0.92 0.98 0.24
HSL 4.06º 0.97% 0.39% -
HSV(B) 4.06º 0.98% 0.76% -
XYZ 22.71 11.98 1.2 -
YUV 68.04 91.3 218.56 -
System Red Green Blue C M Y K H S L
Decimal 195 16 3 0 0.92 0.98 0.24 4.06 0.97 0.39
Hex C3 10 3 0 5C 62 18 4 61 27
Octal 303 20 3 0 134 142 30 4 141 47
Binary 11000011 10000 11 0 1011100 1100010 11000 100 1100001 100111

Color Harmonies of #C31003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31003

Black with #C31003

Text Example


Text Example

White with #C31003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31003; }

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

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

background-color css

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

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

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

border-color css

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

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

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