Html Css Color HEX #D51303 Free Speech Red

📋 copy color: '#D51303'

red 213 ◦ green 19 ◦ blue 3

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

Shades of Free Speech Red #D51303

Tints of Free Speech Red #D51303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 90.64%
G = 8.09%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D51303 (or 0xD51303) is known color: Free Speech Red. HEX triplet: D5, 13 and 03. RGB value is (213,19,3). Sum of RGB (Red+Green+Blue) = 213+19+3=235 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.64% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 213 - color contains mainly: red. Hex color #D51303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51303 is #2AECFC. Grayscale: #4B4B4B. Windows color (decimal): -2813181 or 201685. OLE color: 201685.

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

Color convert

RGB 213 19 3 -
CMYK 0 0.91 0.99 0.16
HSL 4.57º 0.97% 0.42% -
HSV(B) 4.57º 0.99% 0.84% -
XYZ 27.69 14.62 1.45 -
YUV 75.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 213 19 3 0 0.91 0.99 0.16 4.57 0.97 0.42
Hex D5 13 3 0 5B 63 10 5 61 2A
Octal 325 23 3 0 133 143 20 5 141 52
Binary 11010101 10011 11 0 1011011 1100011 10000 101 1100001 101010

Color Harmonies of #D51303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51303

Black with #D51303

Text Example


Text Example

White with #D51303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51303; }

 p { color: rgb(213,19,3); }

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

background-color css

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

 a { background-color: rgb(213,19,3); }

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

border-color css

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

 span { border-color: rgb(213,19,3); }

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