Html Css Color HEX #D40606 Free Speech Red

📋 copy color: '#D40606'

red 212 ◦ green 6 ◦ blue 6

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

Shades of Free Speech Red #D40606

Tints of Free Speech Red #D40606

RGB

 RED value IS 212 (83.2% from 255) = 94.64%

 GREEN value IS 6 (2.73% from 255) = 2.68%

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 94.64%
G = 2.68%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D40606 (or 0xD40606) is known color: Free Speech Red. HEX triplet: D4, 06 and 06. RGB value is (212,6,6). Sum of RGB (Red+Green+Blue) = 212+6+6=224 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.64% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 212 - color contains mainly: red. Hex color #D40606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40606 is #2BF9F9. Grayscale: #434343. Windows color (decimal): -2882042 or 394964. OLE color: 394964.

HSL color Cylindrical-coordinate representation of color #D40606: hue angle of 0º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40606 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 6 -
CMYK 0 0.97 0.97 0.17
HSL 0.94% 0.43% -
HSV(B) 0.97% 0.83% -
XYZ 27.25 14.14 1.47 -
YUV 67.59 93.25 231 -
System Red Green Blue C M Y K H S L
Decimal 212 6 6 0 0.97 0.97 0.17 0 0.94 0.43
Hex D4 6 6 0 61 61 11 0 5E 2B
Octal 324 6 6 0 141 141 21 0 136 53
Binary 11010100 110 110 0 1100001 1100001 10001 0 1011110 101011

Color Harmonies of #D40606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40606

Black with #D40606

Text Example


Text Example

White with #D40606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40606; }

 p { color: rgb(212,6,6); }

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

background-color css

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

 a { background-color: rgb(212,6,6); }

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

border-color css

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

 span { border-color: rgb(212,6,6); }

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