Html Css Color HEX #C40D00 Free Speech Red

📋 copy color: '#C40D00'

red 196 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #C40D00

Tints of Free Speech Red #C40D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.78%
G = 6.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C40D00 (or 0xC40D00) is known color: Free Speech Red. HEX triplet: C4, 0D and 00. RGB value is (196,13,0). Sum of RGB (Red+Green+Blue) = 196+13+0=209 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.78% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40D00 is #3BF2FF. Grayscale: #424242. Windows color (decimal): -3928832 or 3524. OLE color: 3524.

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

Color convert

RGB 196 13 0 -
CMYK 0 0.93 1 0.23
HSL 3.98º 1% 0.38% -
HSV(B) 3.98º 1% 0.77% -
XYZ 22.91 12.02 1.11 -
YUV 66.24 90.63 220.56 -
System Red Green Blue C M Y K H S L
Decimal 196 13 0 0 0.93 1 0.23 3.98 1 0.38
Hex C4 D 0 0 5D 64 17 4 64 26
Octal 304 15 0 0 135 144 27 4 144 46
Binary 11000100 1101 0 0 1011101 1100100 10111 100 1100100 100110

Color Harmonies of #C40D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40D00

Black with #C40D00

Text Example


Text Example

White with #C40D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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