Html Css Color HEX #D50E08 Free Speech Red

📋 copy color: '#D50E08'

red 213 ◦ green 14 ◦ blue 8

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

Shades of Free Speech Red #D50E08

Tints of Free Speech Red #D50E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.96%

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 90.64%
G = 5.96%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D50E08 (or 0xD50E08) is known color: Free Speech Red. HEX triplet: D5, 0E and 08. RGB value is (213,14,8). Sum of RGB (Red+Green+Blue) = 213+14+8=235 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.64% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50E08 is #2AF1F7. Grayscale: #494949. Windows color (decimal): -2814456 or 528085. OLE color: 528085.

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

Color convert

RGB 213 14 8 -
CMYK 0 0.93 0.96 0.16
HSL 1.76º 0.93% 0.43% -
HSV(B) 1.76º 0.96% 0.84% -
XYZ 27.64 14.48 1.57 -
YUV 72.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 213 14 8 0 0.93 0.96 0.16 1.76 0.93 0.43
Hex D5 E 8 0 5D 60 10 2 5D 2B
Octal 325 16 10 0 135 140 20 2 135 53
Binary 11010101 1110 1000 0 1011101 1100000 10000 10 1011101 101011

Color Harmonies of #D50E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50E08

Black with #D50E08

Text Example


Text Example

White with #D50E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50E08; }

 p { color: rgb(213,14,8); }

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

background-color css

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

 a { background-color: rgb(213,14,8); }

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

border-color css

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

 span { border-color: rgb(213,14,8); }

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