Html Css Color HEX #C40F0A Free Speech Red

📋 copy color: '#C40F0A'

red 196 ◦ green 15 ◦ blue 10

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

Shades of Free Speech Red #C40F0A

Tints of Free Speech Red #C40F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

 BLUE value IS 10 (4.3% from 255) = 4.52%

R = 88.69%
G = 6.79%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C40F0A (or 0xC40F0A) is known color: Free Speech Red. HEX triplet: C4, 0F and 0A. RGB value is (196,15,10). Sum of RGB (Red+Green+Blue) = 196+15+10=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40F0A is #3BF0F5. Grayscale: #444444. Windows color (decimal): -3928310 or 659396. OLE color: 659396.

HSL color Cylindrical-coordinate representation of color #C40F0A: hue angle of 1.61º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40F0A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 15 10 -
CMYK 0 0.92 0.95 0.23
HSL 1.61º 0.9% 0.4% -
HSV(B) 1.61º 0.95% 0.77% -
XYZ 22.99 12.1 1.41 -
YUV 68.55 94.97 218.91 -
System Red Green Blue C M Y K H S L
Decimal 196 15 10 0 0.92 0.95 0.23 1.61 0.9 0.4
Hex C4 F A 0 5C 5F 17 2 5A 28
Octal 304 17 12 0 134 137 27 2 132 50
Binary 11000100 1111 1010 0 1011100 1011111 10111 10 1011010 101000

Color Harmonies of #C40F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F0A

Black with #C40F0A

Text Example


Text Example

White with #C40F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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