Html Css Color HEX #C40E03 Free Speech Red

📋 copy color: '#C40E03'

red 196 ◦ green 14 ◦ blue 3

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

Shades of Free Speech Red #C40E03

Tints of Free Speech Red #C40E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.41%

R = 92.02%
G = 6.57%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C40E03 (or 0xC40E03) is known color: Free Speech Red. HEX triplet: C4, 0E and 03. RGB value is (196,14,3). Sum of RGB (Red+Green+Blue) = 196+14+3=213 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.02% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40E03 is #3BF1FC. Grayscale: #434343. Windows color (decimal): -3928573 or 200388. OLE color: 200388.

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

Color convert

RGB 196 14 3 -
CMYK 0 0.93 0.98 0.23
HSL 3.42º 0.97% 0.39% -
HSV(B) 3.42º 0.98% 0.77% -
XYZ 22.94 12.06 1.2 -
YUV 67.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 196 14 3 0 0.93 0.98 0.23 3.42 0.97 0.39
Hex C4 E 3 0 5D 62 17 3 61 27
Octal 304 16 3 0 135 142 27 3 141 47
Binary 11000100 1110 11 0 1011101 1100010 10111 11 1100001 100111

Color Harmonies of #C40E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E03

Black with #C40E03

Text Example


Text Example

White with #C40E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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