Html Css Color HEX #C31503 Free Speech Red

📋 copy color: '#C31503'

red 195 ◦ green 21 ◦ blue 3

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

Shades of Free Speech Red #C31503

Tints of Free Speech Red #C31503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

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

R = 89.04%
G = 9.59%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C31503 (or 0xC31503) is known color: Free Speech Red. HEX triplet: C3, 15 and 03. RGB value is (195,21,3). Sum of RGB (Red+Green+Blue) = 195+21+3=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C31503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31503 is #3CEAFC. Grayscale: #474747. Windows color (decimal): -3992317 or 202179. OLE color: 202179.

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

Color convert

RGB 195 21 3 -
CMYK 0 0.89 0.98 0.24
HSL 5.63º 0.97% 0.39% -
HSV(B) 5.63º 0.98% 0.76% -
XYZ 22.79 12.15 1.23 -
YUV 70.97 89.65 216.46 -
System Red Green Blue C M Y K H S L
Decimal 195 21 3 0 0.89 0.98 0.24 5.63 0.97 0.39
Hex C3 15 3 0 59 62 18 6 61 27
Octal 303 25 3 0 131 142 30 6 141 47
Binary 11000011 10101 11 0 1011001 1100010 11000 110 1100001 100111

Color Harmonies of #C31503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31503

Black with #C31503

Text Example


Text Example

White with #C31503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31503; }

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

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

background-color css

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

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

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

border-color css

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

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

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