Html Css Color HEX #C40A03 Free Speech Red

📋 copy color: '#C40A03'

red 196 ◦ green 10 ◦ blue 3

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

Shades of Free Speech Red #C40A03

Tints of Free Speech Red #C40A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.78%

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

R = 93.78%
G = 4.78%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C40A03 (or 0xC40A03) is known color: Free Speech Red. HEX triplet: C4, 0A and 03. RGB value is (196,10,3). Sum of RGB (Red+Green+Blue) = 196+10+3=209 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.78% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40A03 is #3BF5FC. Grayscale: #414141. Windows color (decimal): -3929597 or 199364. OLE color: 199364.

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

Color convert

RGB 196 10 3 -
CMYK 0 0.95 0.98 0.23
HSL 2.18º 0.97% 0.39% -
HSV(B) 2.18º 0.98% 0.77% -
XYZ 22.89 11.96 1.19 -
YUV 64.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 196 10 3 0 0.95 0.98 0.23 2.18 0.97 0.39
Hex C4 A 3 0 5F 62 17 2 61 27
Octal 304 12 3 0 137 142 27 2 141 47
Binary 11000100 1010 11 0 1011111 1100010 10111 10 1100001 100111

Color Harmonies of #C40A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40A03

Black with #C40A03

Text Example


Text Example

White with #C40A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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