Html Css Color HEX #C40E0D Free Speech Red

📋 copy color: '#C40E0D'

red 196 ◦ green 14 ◦ blue 13

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

Shades of Free Speech Red #C40E0D

Tints of Free Speech Red #C40E0D

RGB

 RED value IS 196 (76.95% from 255) = 87.89%

 GREEN value IS 14 (5.86% from 255) = 6.28%

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

R = 87.89%
G = 6.28%
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

#C40E0D (or 0xC40E0D) is known color: Free Speech Red. HEX triplet: C4, 0E and 0D. RGB value is (196,14,13). Sum of RGB (Red+Green+Blue) = 196+14+13=223 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.89% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40E0D is #3BF1F2. Grayscale: #444444. Windows color (decimal): -3928563 or 855748. OLE color: 855748.

HSL color Cylindrical-coordinate representation of color #C40E0D: hue angle of 0.33º 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 #C40E0D is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 14 13 -
CMYK 0 0.93 0.93 0.23
HSL 0.33º 0.88% 0.41% -
HSV(B) 0.33º 0.93% 0.77% -
XYZ 22.99 12.08 1.5 -
YUV 68.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 196 14 13 0 0.93 0.93 0.23 0.33 0.88 0.41
Hex C4 E D 0 5D 5D 17 0 58 29
Octal 304 16 15 0 135 135 27 0 130 51
Binary 11000100 1110 1101 0 1011101 1011101 10111 0 1011000 101001

Color Harmonies of #C40E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E0D

Black with #C40E0D

Text Example


Text Example

White with #C40E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E0D; }

 p { color: rgb(196,14,13); }

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

background-color css

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

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

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

border-color css

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

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

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