Html Css Color HEX #D51007 Free Speech Red

📋 copy color: '#D51007'

red 213 ◦ green 16 ◦ blue 7

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

Shades of Free Speech Red #D51007

Tints of Free Speech Red #D51007

RGB

 RED value IS 213 (83.59% from 255) = 90.25%

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

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 90.25%
G = 6.78%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D51007 (or 0xD51007) is known color: Free Speech Red. HEX triplet: D5, 10 and 07. RGB value is (213,16,7). Sum of RGB (Red+Green+Blue) = 213+16+7=236 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.25% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 213 - color contains mainly: red. Hex color #D51007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51007 is #2AEFF8. Grayscale: #4A4A4A. Windows color (decimal): -2813945 or 463061. OLE color: 463061.

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

Color convert

RGB 213 16 7 -
CMYK 0 0.92 0.97 0.16
HSL 2.62º 0.94% 0.43% -
HSV(B) 2.62º 0.97% 0.84% -
XYZ 27.66 14.53 1.55 -
YUV 73.88 90.27 227.23 -
System Red Green Blue C M Y K H S L
Decimal 213 16 7 0 0.92 0.97 0.16 2.62 0.94 0.43
Hex D5 10 7 0 5C 61 10 3 5E 2B
Octal 325 20 7 0 134 141 20 3 136 53
Binary 11010101 10000 111 0 1011100 1100001 10000 11 1011110 101011

Color Harmonies of #D51007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51007

Black with #D51007

Text Example


Text Example

White with #D51007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51007; }

 p { color: rgb(213,16,7); }

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

background-color css

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

 a { background-color: rgb(213,16,7); }

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

border-color css

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

 span { border-color: rgb(213,16,7); }

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