Html Css Color HEX #C31208 Free Speech Red

📋 copy color: '#C31208'

red 195 ◦ green 18 ◦ blue 8

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

Shades of Free Speech Red #C31208

Tints of Free Speech Red #C31208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 88.24%
G = 8.14%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C31208 (or 0xC31208) is known color: Free Speech Red. HEX triplet: C3, 12 and 08. RGB value is (195,18,8). Sum of RGB (Red+Green+Blue) = 195+18+8=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C31208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31208 is #3CEDF7. Grayscale: #464646. Windows color (decimal): -3993080 or 529091. OLE color: 529091.

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

Color convert

RGB 195 18 8 -
CMYK 0 0.91 0.96 0.24
HSL 3.21º 0.92% 0.4% -
HSV(B) 3.21º 0.96% 0.76% -
XYZ 22.77 12.05 1.36 -
YUV 69.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 195 18 8 0 0.91 0.96 0.24 3.21 0.92 0.4
Hex C3 12 8 0 5B 60 18 3 5C 28
Octal 303 22 10 0 133 140 30 3 134 50
Binary 11000011 10010 1000 0 1011011 1100000 11000 11 1011100 101000

Color Harmonies of #C31208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31208

Black with #C31208

Text Example


Text Example

White with #C31208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31208; }

 p { color: rgb(195,18,8); }

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

background-color css

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

 a { background-color: rgb(195,18,8); }

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

border-color css

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

 span { border-color: rgb(195,18,8); }

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