Html Css Color HEX #D51502 Free Speech Red

📋 copy color: '#D51502'

red 213 ◦ green 21 ◦ blue 2

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

Shades of Free Speech Red #D51502

Tints of Free Speech Red #D51502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 90.25%
G = 8.9%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D51502 (or 0xD51502) is known color: Free Speech Red. HEX triplet: D5, 15 and 02. RGB value is (213,21,2). Sum of RGB (Red+Green+Blue) = 213+21+2=236 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.25% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 213 - color contains mainly: red. Hex color #D51502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51502 is #2AEAFD. Grayscale: #4C4C4C. Windows color (decimal): -2812670 or 136661. OLE color: 136661.

HSL color Cylindrical-coordinate representation of color #D51502: hue angle of 5.4º degrees, saturation: 0.98, 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 #D51502 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 2 -
CMYK 0 0.90 0.99 0.16
HSL 5.4º 0.98% 0.42% -
HSV(B) 5.4º 0.99% 0.84% -
XYZ 27.72 14.69 1.43 -
YUV 76.24 86.11 225.54 -
System Red Green Blue C M Y K H S L
Decimal 213 21 2 0 0.90 0.99 0.16 5.4 0.98 0.42
Hex D5 15 2 0 5A 63 10 5 62 2A
Octal 325 25 2 0 132 143 20 5 142 52
Binary 11010101 10101 10 0 1011010 1100011 10000 101 1100010 101010

Color Harmonies of #D51502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51502

Black with #D51502

Text Example


Text Example

White with #D51502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51502; }

 p { color: rgb(213,21,2); }

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

background-color css

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

 a { background-color: rgb(213,21,2); }

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

border-color css

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

 span { border-color: rgb(213,21,2); }

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