Html Css Color HEX #C31308 Free Speech Red

📋 copy color: '#C31308'

red 195 ◦ green 19 ◦ blue 8

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

Shades of Free Speech Red #C31308

Tints of Free Speech Red #C31308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 87.84%
G = 8.56%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C31308 (or 0xC31308) is known color: Free Speech Red. HEX triplet: C3, 13 and 08. RGB value is (195,19,8). Sum of RGB (Red+Green+Blue) = 195+19+8=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C31308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31308 is #3CECF7. Grayscale: #464646. Windows color (decimal): -3992824 or 529347. OLE color: 529347.

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

Color convert

RGB 195 19 8 -
CMYK 0 0.90 0.96 0.24
HSL 3.53º 0.92% 0.4% -
HSV(B) 3.53º 0.96% 0.76% -
XYZ 22.78 12.09 1.36 -
YUV 70.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 195 19 8 0 0.90 0.96 0.24 3.53 0.92 0.4
Hex C3 13 8 0 5A 60 18 4 5C 28
Octal 303 23 10 0 132 140 30 4 134 50
Binary 11000011 10011 1000 0 1011010 1100000 11000 100 1011100 101000

Color Harmonies of #C31308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31308

Black with #C31308

Text Example


Text Example

White with #C31308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31308; }

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

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

background-color css

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

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

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

border-color css

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

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

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