Html Css Color HEX #D40601 Free Speech Red

📋 copy color: '#D40601'

red 212 ◦ green 6 ◦ blue 1

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

Shades of Free Speech Red #D40601

Tints of Free Speech Red #D40601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 96.8%
G = 2.74%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D40601 (or 0xD40601) is known color: Free Speech Red. HEX triplet: D4, 06 and 01. RGB value is (212,6,1). Sum of RGB (Red+Green+Blue) = 212+6+1=219 (29% of max value = 765). Red value is 212 (83.20% from 255 or 96.80% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 212 - color contains mainly: red. Hex color #D40601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40601 is #2BF9FE. Grayscale: #434343. Windows color (decimal): -2882047 or 67284. OLE color: 67284.

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

Color convert

RGB 212 6 1 -
CMYK 0 0.97 1.00 0.17
HSL 1.42º 0.99% 0.42% -
HSV(B) 1.42º 1% 0.83% -
XYZ 27.22 14.13 1.32 -
YUV 67.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 212 6 1 0 0.97 1.00 0.17 1.42 0.99 0.42
Hex D4 6 1 0 61 64 11 1 63 2A
Octal 324 6 1 0 141 144 21 1 143 52
Binary 11010100 110 1 0 1100001 1100100 10001 1 1100011 101010

Color Harmonies of #D40601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40601

Black with #D40601

Text Example


Text Example

White with #D40601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40601; }

 p { color: rgb(212,6,1); }

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

background-color css

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

 a { background-color: rgb(212,6,1); }

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

border-color css

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

 span { border-color: rgb(212,6,1); }

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