Html Css Color HEX #D50C06 Free Speech Red

📋 copy color: '#D50C06'

red 213 ◦ green 12 ◦ blue 6

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

Shades of Free Speech Red #D50C06

Tints of Free Speech Red #D50C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

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

R = 92.21%
G = 5.19%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50C06 (or 0xD50C06) is known color: Free Speech Red. HEX triplet: D5, 0C and 06. RGB value is (213,12,6). Sum of RGB (Red+Green+Blue) = 213+12+6=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50C06 is #2AF3F9. Grayscale: #474747. Windows color (decimal): -2814970 or 396501. OLE color: 396501.

HSL color Cylindrical-coordinate representation of color #D50C06: hue angle of 1.74º degrees, saturation: 0.95, 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 #D50C06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 12 6 -
CMYK 0 0.94 0.97 0.16
HSL 1.74º 0.95% 0.43% -
HSV(B) 1.74º 0.97% 0.84% -
XYZ 27.6 14.42 1.5 -
YUV 71.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 213 12 6 0 0.94 0.97 0.16 1.74 0.95 0.43
Hex D5 C 6 0 5E 61 10 2 5F 2B
Octal 325 14 6 0 136 141 20 2 137 53
Binary 11010101 1100 110 0 1011110 1100001 10000 10 1011111 101011

Color Harmonies of #D50C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C06

Black with #D50C06

Text Example


Text Example

White with #D50C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C06; }

 p { color: rgb(213,12,6); }

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

background-color css

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

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

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

border-color css

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

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

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