Html Css Color HEX #D40300 Free Speech Red

📋 copy color: '#D40300'

red 212 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #D40300

Tints of Free Speech Red #D40300

RGB

 RED value IS 212 (83.2% from 255) = 98.6%

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.6%
G = 1.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D40300 (or 0xD40300) is known color: Free Speech Red. HEX triplet: D4, 03 and 00. RGB value is (212,3,0). Sum of RGB (Red+Green+Blue) = 212+3+0=215 (28% of max value = 765). Red value is 212 (83.20% from 255 or 98.60% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 212 - color contains mainly: red. Hex color #D40300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40300 is #2BFCFF. Grayscale: #414141. Windows color (decimal): -2882816 or 980. OLE color: 980.

HSL color Cylindrical-coordinate representation of color #D40300: hue angle of 0.85º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40300 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 0 -
CMYK 0 0.99 1 0.17
HSL 0.85º 1% 0.42% -
HSV(B) 0.85º 1% 0.83% -
XYZ 27.18 14.06 1.28 -
YUV 65.15 91.24 232.74 -
System Red Green Blue C M Y K H S L
Decimal 212 3 0 0 0.99 1 0.17 0.85 1 0.42
Hex D4 3 0 0 63 64 11 1 64 2A
Octal 324 3 0 0 143 144 21 1 144 52
Binary 11010100 11 0 0 1100011 1100100 10001 1 1100100 101010

Color Harmonies of #D40300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40300

Black with #D40300

Text Example


Text Example

White with #D40300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40300; }

 p { color: rgb(212,3,0); }

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

background-color css

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

 a { background-color: rgb(212,3,0); }

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

border-color css

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

 span { border-color: rgb(212,3,0); }

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