Html Css Color HEX #C40503 Free Speech Red

📋 copy color: '#C40503'

red 196 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #C40503

Tints of Free Speech Red #C40503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 96.08%
G = 2.45%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C40503 (or 0xC40503) is known color: Free Speech Red. HEX triplet: C4, 05 and 03. RGB value is (196,5,3). Sum of RGB (Red+Green+Blue) = 196+5+3=204 (27% of max value = 765). Red value is 196 (76.95% from 255 or 96.08% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 196 - color contains mainly: red. Hex color #C40503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40503 is #3BFAFC. Grayscale: #3E3E3E. Windows color (decimal): -3930877 or 198084. OLE color: 198084.

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

Color convert

RGB 196 5 3 -
CMYK 0 0.97 0.98 0.23
HSL 0.62º 0.97% 0.39% -
HSV(B) 0.62º 0.98% 0.77% -
XYZ 22.84 11.85 1.17 -
YUV 61.88 94.78 223.66 -
System Red Green Blue C M Y K H S L
Decimal 196 5 3 0 0.97 0.98 0.23 0.62 0.97 0.39
Hex C4 5 3 0 61 62 17 1 61 27
Octal 304 5 3 0 141 142 27 1 141 47
Binary 11000100 101 11 0 1100001 1100010 10111 1 1100001 100111

Color Harmonies of #C40503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40503

Black with #C40503

Text Example


Text Example

White with #C40503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40503; }

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

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

background-color css

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

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

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

border-color css

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

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

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