Html Css Color HEX #C31800 Free Speech Red

📋 copy color: '#C31800'

red 195 ◦ green 24 ◦ blue 0

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

Shades of Free Speech Red #C31800

Tints of Free Speech Red #C31800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.04%
G = 10.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C31800 (or 0xC31800) is known color: Free Speech Red. HEX triplet: C3, 18 and 00. RGB value is (195,24,0). Sum of RGB (Red+Green+Blue) = 195+24+0=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C31800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31800 is #3CE7FF. Grayscale: #484848. Windows color (decimal): -3991552 or 6339. OLE color: 6339.

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

Color convert

RGB 195 24 0 -
CMYK 0 0.88 1 0.24
HSL 7.38º 1% 0.38% -
HSV(B) 7.38º 1% 0.76% -
XYZ 22.83 12.26 1.16 -
YUV 72.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 195 24 0 0 0.88 1 0.24 7.38 1 0.38
Hex C3 18 0 0 58 64 18 7 64 26
Octal 303 30 0 0 130 144 30 7 144 46
Binary 11000011 11000 0 0 1011000 1100100 11000 111 1100100 100110

Color Harmonies of #C31800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31800

Black with #C31800

Text Example


Text Example

White with #C31800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31800; }

 p { color: rgb(195,24,0); }

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

background-color css

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

 a { background-color: rgb(195,24,0); }

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

border-color css

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

 span { border-color: rgb(195,24,0); }

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