Html Css Color HEX #C31A08 Free Speech Red

📋 copy color: '#C31A08'

red 195 ◦ green 26 ◦ blue 8

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

Shades of Free Speech Red #C31A08

Tints of Free Speech Red #C31A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

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

R = 85.15%
G = 11.35%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C31A08 (or 0xC31A08) is known color: Free Speech Red. HEX triplet: C3, 1A and 08. RGB value is (195,26,8). Sum of RGB (Red+Green+Blue) = 195+26+8=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31A08 is #3CE5F7. Grayscale: #4A4A4A. Windows color (decimal): -3991032 or 531139. OLE color: 531139.

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

Color convert

RGB 195 26 8 -
CMYK 0 0.87 0.96 0.24
HSL 5.78º 0.92% 0.4% -
HSV(B) 5.78º 0.96% 0.76% -
XYZ 22.92 12.36 1.41 -
YUV 74.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 195 26 8 0 0.87 0.96 0.24 5.78 0.92 0.4
Hex C3 1A 8 0 57 60 18 6 5C 28
Octal 303 32 10 0 127 140 30 6 134 50
Binary 11000011 11010 1000 0 1010111 1100000 11000 110 1011100 101000

Color Harmonies of #C31A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A08

Black with #C31A08

Text Example


Text Example

White with #C31A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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