Html Css Color HEX #C31409 Free Speech Red

📋 copy color: '#C31409'

red 195 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #C31409

Tints of Free Speech Red #C31409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 9 (3.91% from 255) = 4.02%

R = 87.05%
G = 8.93%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C31409 (or 0xC31409) is known color: Free Speech Red. HEX triplet: C3, 14 and 09. RGB value is (195,20,9). Sum of RGB (Red+Green+Blue) = 195+20+9=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C31409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31409 is #3CEBF6. Grayscale: #474747. Windows color (decimal): -3992567 or 595139. OLE color: 595139.

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

Color convert

RGB 195 20 9 -
CMYK 0 0.90 0.95 0.24
HSL 3.55º 0.91% 0.4% -
HSV(B) 3.55º 0.95% 0.76% -
XYZ 22.81 12.12 1.4 -
YUV 71.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 195 20 9 0 0.90 0.95 0.24 3.55 0.91 0.4
Hex C3 14 9 0 5A 5F 18 4 5B 28
Octal 303 24 11 0 132 137 30 4 133 50
Binary 11000011 10100 1001 0 1011010 1011111 11000 100 1011011 101000

Color Harmonies of #C31409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31409

Black with #C31409

Text Example


Text Example

White with #C31409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31409; }

 p { color: rgb(195,20,9); }

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

background-color css

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

 a { background-color: rgb(195,20,9); }

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

border-color css

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

 span { border-color: rgb(195,20,9); }

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