Html Css Color HEX #D01312 Free Speech Red

📋 copy color: '#D01312'

red 208 ◦ green 19 ◦ blue 18

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

Shades of Free Speech Red #D01312

Tints of Free Speech Red #D01312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 84.9%
G = 7.76%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D01312 (or 0xD01312) is known color: Free Speech Red. HEX triplet: D0, 13 and 12. RGB value is (208,19,18). Sum of RGB (Red+Green+Blue) = 208+19+18=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D01312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01312 is #2FECED. Grayscale: #4B4B4B. Windows color (decimal): -3140846 or 1184720. OLE color: 1184720.

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

Color convert

RGB 208 19 18 -
CMYK 0 0.91 0.91 0.18
HSL 0.32º 0.84% 0.44% -
HSV(B) 0.32º 0.91% 0.82% -
XYZ 26.35 13.92 1.87 -
YUV 75.4 95.62 222.58 -
System Red Green Blue C M Y K H S L
Decimal 208 19 18 0 0.91 0.91 0.18 0.32 0.84 0.44
Hex D0 13 12 0 5B 5B 12 0 54 2C
Octal 320 23 22 0 133 133 22 0 124 54
Binary 11010000 10011 10010 0 1011011 1011011 10010 0 1010100 101100

Color Harmonies of #D01312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01312

Black with #D01312

Text Example


Text Example

White with #D01312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01312; }

 p { color: rgb(208,19,18); }

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

background-color css

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

 a { background-color: rgb(208,19,18); }

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

border-color css

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

 span { border-color: rgb(208,19,18); }

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