Html Css Color HEX #C41503 Free Speech Red

📋 copy color: '#C41503'

red 196 ◦ green 21 ◦ blue 3

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

Shades of Free Speech Red #C41503

Tints of Free Speech Red #C41503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

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

R = 89.09%
G = 9.55%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C41503 (or 0xC41503) is known color: Free Speech Red. HEX triplet: C4, 15 and 03. RGB value is (196,21,3). Sum of RGB (Red+Green+Blue) = 196+21+3=220 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.09% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 196 - color contains mainly: red. Hex color #C41503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41503 is #3BEAFC. Grayscale: #474747. Windows color (decimal): -3926781 or 202180. OLE color: 202180.

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

Color convert

RGB 196 21 3 -
CMYK 0 0.89 0.98 0.23
HSL 5.6º 0.97% 0.39% -
HSV(B) 5.6º 0.98% 0.77% -
XYZ 23.05 12.28 1.24 -
YUV 71.27 89.48 216.96 -
System Red Green Blue C M Y K H S L
Decimal 196 21 3 0 0.89 0.98 0.23 5.6 0.97 0.39
Hex C4 15 3 0 59 62 17 6 61 27
Octal 304 25 3 0 131 142 27 6 141 47
Binary 11000100 10101 11 0 1011001 1100010 10111 110 1100001 100111

Color Harmonies of #C41503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41503

Black with #C41503

Text Example


Text Example

White with #C41503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41503; }

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

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

background-color css

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

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

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

border-color css

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

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

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