Html Css Color HEX #D01A00 Free Speech Red

📋 copy color: '#D01A00'

red 208 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #D01A00

Tints of Free Speech Red #D01A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

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

R = 88.89%
G = 11.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D01A00 (or 0xD01A00) is known color: Free Speech Red. HEX triplet: D0, 1A and 00. RGB value is (208,26,0). Sum of RGB (Red+Green+Blue) = 208+26+0=234 (30% of max value = 765). Red value is 208 (81.64% from 255 or 88.89% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01A00 is #2FE5FF. Grayscale: #4D4D4D. Windows color (decimal): -3139072 or 6864. OLE color: 6864.

HSL color Cylindrical-coordinate representation of color #D01A00: hue angle of 7.5º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D01A00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 26 0 -
CMYK 0 0.88 1 0.18
HSL 7.5º 1% 0.41% -
HSV(B) 7.5º 1% 0.82% -
XYZ 26.38 14.15 1.34 -
YUV 77.45 84.3 221.11 -
System Red Green Blue C M Y K H S L
Decimal 208 26 0 0 0.88 1 0.18 7.5 1 0.41
Hex D0 1A 0 0 58 64 12 8 64 29
Octal 320 32 0 0 130 144 22 10 144 51
Binary 11010000 11010 0 0 1011000 1100100 10010 1000 1100100 101001

Color Harmonies of #D01A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A00

Black with #D01A00

Text Example


Text Example

White with #D01A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A00; }

 p { color: rgb(208,26,0); }

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

background-color css

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

 a { background-color: rgb(208,26,0); }

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

border-color css

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

 span { border-color: rgb(208,26,0); }

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