Html Css Color HEX #C50D0D Free Speech Red

📋 copy color: '#C50D0D'

red 197 ◦ green 13 ◦ blue 13

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

Shades of Free Speech Red #C50D0D

Tints of Free Speech Red #C50D0D

RGB

 RED value IS 197 (77.34% from 255) = 88.34%

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 88.34%
G = 5.83%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C50D0D (or 0xC50D0D) is known color: Free Speech Red. HEX triplet: C5, 0D and 0D. RGB value is (197,13,13). Sum of RGB (Red+Green+Blue) = 197+13+13=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50D0D is #3AF2F2. Grayscale: #444444. Windows color (decimal): -3863283 or 855493. OLE color: 855493.

HSL color Cylindrical-coordinate representation of color #C50D0D: hue angle of 0º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D0D is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 13 -
CMYK 0 0.93 0.93 0.23
HSL 0.88% 0.41% -
HSV(B) 0.93% 0.77% -
XYZ 23.24 12.19 1.51 -
YUV 68.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 197 13 13 0 0.93 0.93 0.23 0 0.88 0.41
Hex C5 D D 0 5D 5D 17 0 58 29
Octal 305 15 15 0 135 135 27 0 130 51
Binary 11000101 1101 1101 0 1011101 1011101 10111 0 1011000 101001

Color Harmonies of #C50D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D0D

Black with #C50D0D

Text Example


Text Example

White with #C50D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D0D; }

 p { color: rgb(197,13,13); }

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

background-color css

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

 a { background-color: rgb(197,13,13); }

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

border-color css

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

 span { border-color: rgb(197,13,13); }

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