Html Css Color HEX #D01613 Free Speech Red

📋 copy color: '#D01613'

red 208 ◦ green 22 ◦ blue 19

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

Shades of Free Speech Red #D01613

Tints of Free Speech Red #D01613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.84%

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 83.53%
G = 8.84%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D01613 (or 0xD01613) is known color: Free Speech Red. HEX triplet: D0, 16 and 13. RGB value is (208,22,19). Sum of RGB (Red+Green+Blue) = 208+22+19=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D01613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01613 is #2FE9EC. Grayscale: #4D4D4D. Windows color (decimal): -3140077 or 1251024. OLE color: 1251024.

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

Color convert

RGB 208 22 19 -
CMYK 0 0.89 0.91 0.18
HSL 0.95º 0.83% 0.45% -
HSV(B) 0.95º 0.91% 0.82% -
XYZ 26.42 14.03 1.93 -
YUV 77.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 208 22 19 0 0.89 0.91 0.18 0.95 0.83 0.45
Hex D0 16 13 0 59 5B 12 1 53 2D
Octal 320 26 23 0 131 133 22 1 123 55
Binary 11010000 10110 10011 0 1011001 1011011 10010 1 1010011 101101

Color Harmonies of #D01613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01613

Black with #D01613

Text Example


Text Example

White with #D01613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01613; }

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

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

background-color css

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

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

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

border-color css

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

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

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