Html Css Color HEX #D61212 Free Speech Red

📋 copy color: '#D61212'

red 214 ◦ green 18 ◦ blue 18

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

Shades of Free Speech Red #D61212

Tints of Free Speech Red #D61212

RGB

 RED value IS 214 (83.98% from 255) = 85.6%

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 85.6%
G = 7.2%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D61212 (or 0xD61212) is known color: Free Speech Red. HEX triplet: D6, 12 and 12. RGB value is (214,18,18). Sum of RGB (Red+Green+Blue) = 214+18+18=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D61212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61212 is #29EDED. Grayscale: #4C4C4C. Windows color (decimal): -2747886 or 1184470. OLE color: 1184470.

HSL color Cylindrical-coordinate representation of color #D61212: hue angle of 0º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61212 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 18 -
CMYK 0 0.92 0.92 0.16
HSL 0.84% 0.45% -
HSV(B) 0.92% 0.84% -
XYZ 28.06 14.77 1.94 -
YUV 76.6 94.93 226 -
System Red Green Blue C M Y K H S L
Decimal 214 18 18 0 0.92 0.92 0.16 0 0.84 0.45
Hex D6 12 12 0 5C 5C 10 0 54 2D
Octal 326 22 22 0 134 134 20 0 124 55
Binary 11010110 10010 10010 0 1011100 1011100 10000 0 1010100 101101

Color Harmonies of #D61212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61212

Black with #D61212

Text Example


Text Example

White with #D61212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61212; }

 p { color: rgb(214,18,18); }

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

background-color css

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

 a { background-color: rgb(214,18,18); }

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

border-color css

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

 span { border-color: rgb(214,18,18); }

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