Html Css Color HEX #D50C04 Free Speech Red

📋 copy color: '#D50C04'

red 213 ◦ green 12 ◦ blue 4

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

Shades of Free Speech Red #D50C04

Tints of Free Speech Red #D50C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 93.01%
G = 5.24%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50C04 (or 0xD50C04) is known color: Free Speech Red. HEX triplet: D5, 0C and 04. RGB value is (213,12,4). Sum of RGB (Red+Green+Blue) = 213+12+4=229 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.01% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50C04 is #2AF3FB. Grayscale: #474747. Windows color (decimal): -2814972 or 265429. OLE color: 265429.

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

Color convert

RGB 213 12 4 -
CMYK 0 0.94 0.98 0.16
HSL 2.3º 0.96% 0.43% -
HSV(B) 2.3º 0.98% 0.84% -
XYZ 27.59 14.42 1.44 -
YUV 71.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 213 12 4 0 0.94 0.98 0.16 2.3 0.96 0.43
Hex D5 C 4 0 5E 62 10 2 60 2B
Octal 325 14 4 0 136 142 20 2 140 53
Binary 11010101 1100 100 0 1011110 1100010 10000 10 1100000 101011

Color Harmonies of #D50C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C04

Black with #D50C04

Text Example


Text Example

White with #D50C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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