Html Css Color HEX #D40700 Free Speech Red

📋 copy color: '#D40700'

red 212 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #D40700

Tints of Free Speech Red #D40700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 96.8%
G = 3.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D40700 (or 0xD40700) is known color: Free Speech Red. HEX triplet: D4, 07 and 00. RGB value is (212,7,0). Sum of RGB (Red+Green+Blue) = 212+7+0=219 (29% of max value = 765). Red value is 212 (83.20% from 255 or 96.80% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 212 - color contains mainly: red. Hex color #D40700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40700 is #2BF8FF. Grayscale: #434343. Windows color (decimal): -2881792 or 2004. OLE color: 2004.

HSL color Cylindrical-coordinate representation of color #D40700: hue angle of 1.98º 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 #D40700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 7 0 -
CMYK 0 0.97 1 0.17
HSL 1.98º 1% 0.42% -
HSV(B) 1.98º 1% 0.83% -
XYZ 27.23 14.15 1.3 -
YUV 67.5 89.92 231.07 -
System Red Green Blue C M Y K H S L
Decimal 212 7 0 0 0.97 1 0.17 1.98 1 0.42
Hex D4 7 0 0 61 64 11 2 64 2A
Octal 324 7 0 0 141 144 21 2 144 52
Binary 11010100 111 0 0 1100001 1100100 10001 10 1100100 101010

Color Harmonies of #D40700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40700

Black with #D40700

Text Example


Text Example

White with #D40700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40700; }

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

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

background-color css

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

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

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

border-color css

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

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

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