Html Css Color HEX #D31006 Free Speech Red

📋 copy color: '#D31006'

red 211 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #D31006

Tints of Free Speech Red #D31006

RGB

 RED value IS 211 (82.81% from 255) = 90.56%

 GREEN value IS 16 (6.64% from 255) = 6.87%

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

R = 90.56%
G = 6.87%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D31006 (or 0xD31006) is known color: Free Speech Red. HEX triplet: D3, 10 and 06. RGB value is (211,16,6). Sum of RGB (Red+Green+Blue) = 211+16+6=233 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.56% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 211 - color contains mainly: red. Hex color #D31006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31006 is #2CEFF9. Grayscale: #494949. Windows color (decimal): -2945018 or 397523. OLE color: 397523.

HSL color Cylindrical-coordinate representation of color #D31006: hue angle of 2.93º 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 #D31006 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 16 6 -
CMYK 0 0.92 0.97 0.17
HSL 2.93º 0.94% 0.43% -
HSV(B) 2.93º 0.97% 0.83% -
XYZ 27.08 14.23 1.49 -
YUV 73.17 90.1 226.31 -
System Red Green Blue C M Y K H S L
Decimal 211 16 6 0 0.92 0.97 0.17 2.93 0.94 0.43
Hex D3 10 6 0 5C 61 11 3 5E 2B
Octal 323 20 6 0 134 141 21 3 136 53
Binary 11010011 10000 110 0 1011100 1100001 10001 11 1011110 101011

Color Harmonies of #D31006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31006

Black with #D31006

Text Example


Text Example

White with #D31006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31006; }

 p { color: rgb(211,16,6); }

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

background-color css

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

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

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

border-color css

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

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

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