Html Css Color HEX #C31005 Free Speech Red

📋 copy color: '#C31005'

red 195 ◦ green 16 ◦ blue 5

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

Shades of Free Speech Red #C31005

Tints of Free Speech Red #C31005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 5 (2.34% from 255) = 2.31%

R = 90.28%
G = 7.41%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C31005 (or 0xC31005) is known color: Free Speech Red. HEX triplet: C3, 10 and 05. RGB value is (195,16,5). Sum of RGB (Red+Green+Blue) = 195+16+5=216 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.28% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 195 - color contains mainly: red. Hex color #C31005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31005 is #3CEFFA. Grayscale: #444444. Windows color (decimal): -3993595 or 331971. OLE color: 331971.

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

Color convert

RGB 195 16 5 -
CMYK 0 0.92 0.97 0.24
HSL 3.47º 0.95% 0.39% -
HSV(B) 3.47º 0.97% 0.76% -
XYZ 22.72 11.98 1.26 -
YUV 68.27 92.3 218.39 -
System Red Green Blue C M Y K H S L
Decimal 195 16 5 0 0.92 0.97 0.24 3.47 0.95 0.39
Hex C3 10 5 0 5C 61 18 3 5F 27
Octal 303 20 5 0 134 141 30 3 137 47
Binary 11000011 10000 101 0 1011100 1100001 11000 11 1011111 100111

Color Harmonies of #C31005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31005

Black with #C31005

Text Example


Text Example

White with #C31005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31005; }

 p { color: rgb(195,16,5); }

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

background-color css

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

 a { background-color: rgb(195,16,5); }

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

border-color css

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

 span { border-color: rgb(195,16,5); }

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