Html Css Color HEX #D01407 Free Speech Red

📋 copy color: '#D01407'

red 208 ◦ green 20 ◦ blue 7

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

Shades of Free Speech Red #D01407

Tints of Free Speech Red #D01407

RGB

 RED value IS 208 (81.64% from 255) = 88.51%

 GREEN value IS 20 (8.2% from 255) = 8.51%

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

R = 88.51%
G = 8.51%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D01407 (or 0xD01407) is known color: Free Speech Red. HEX triplet: D0, 14 and 07. RGB value is (208,20,7). Sum of RGB (Red+Green+Blue) = 208+20+7=235 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.51% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 208 - color contains mainly: red. Hex color #D01407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01407 is #2FEBF8. Grayscale: #4A4A4A. Windows color (decimal): -3140601 or 464080. OLE color: 464080.

HSL color Cylindrical-coordinate representation of color #D01407: hue angle of 3.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D01407 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 7 -
CMYK 0 0.90 0.97 0.18
HSL 3.88º 0.93% 0.42% -
HSV(B) 3.88º 0.97% 0.82% -
XYZ 26.3 13.93 1.5 -
YUV 74.73 89.78 223.06 -
System Red Green Blue C M Y K H S L
Decimal 208 20 7 0 0.90 0.97 0.18 3.88 0.93 0.42
Hex D0 14 7 0 5A 61 12 4 5D 2A
Octal 320 24 7 0 132 141 22 4 135 52
Binary 11010000 10100 111 0 1011010 1100001 10010 100 1011101 101010

Color Harmonies of #D01407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01407

Black with #D01407

Text Example


Text Example

White with #D01407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01407; }

 p { color: rgb(208,20,7); }

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

background-color css

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

 a { background-color: rgb(208,20,7); }

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

border-color css

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

 span { border-color: rgb(208,20,7); }

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