Html Css Color HEX #D41007 Free Speech Red

📋 copy color: '#D41007'

red 212 ◦ green 16 ◦ blue 7

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

Shades of Free Speech Red #D41007

Tints of Free Speech Red #D41007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 7 (3.13% from 255) = 2.98%

R = 90.21%
G = 6.81%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D41007 (or 0xD41007) is known color: Free Speech Red. HEX triplet: D4, 10 and 07. RGB value is (212,16,7). Sum of RGB (Red+Green+Blue) = 212+16+7=235 (31% of max value = 765). Red value is 212 (83.20% from 255 or 90.21% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 212 - color contains mainly: red. Hex color #D41007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41007 is #2BEFF8. Grayscale: #494949. Windows color (decimal): -2879481 or 463060. OLE color: 463060.

HSL color Cylindrical-coordinate representation of color #D41007: hue angle of 2.63º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D41007 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 7 -
CMYK 0 0.92 0.97 0.17
HSL 2.63º 0.94% 0.43% -
HSV(B) 2.63º 0.97% 0.83% -
XYZ 27.38 14.38 1.53 -
YUV 73.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 212 16 7 0 0.92 0.97 0.17 2.63 0.94 0.43
Hex D4 10 7 0 5C 61 11 3 5E 2B
Octal 324 20 7 0 134 141 21 3 136 53
Binary 11010100 10000 111 0 1011100 1100001 10001 11 1011110 101011

Color Harmonies of #D41007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41007

Black with #D41007

Text Example


Text Example

White with #D41007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41007; }

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

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

background-color css

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

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

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

border-color css

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

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

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