Html Css Color HEX #D00F0D Free Speech Red

📋 copy color: '#D00F0D'

red 208 ◦ green 15 ◦ blue 13

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

Shades of Free Speech Red #D00F0D

Tints of Free Speech Red #D00F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 88.14%
G = 6.36%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D00F0D (or 0xD00F0D) is known color: Free Speech Red. HEX triplet: D0, 0F and 0D. RGB value is (208,15,13). Sum of RGB (Red+Green+Blue) = 208+15+13=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00F0D is #2FF0F2. Grayscale: #484848. Windows color (decimal): -3141875 or 856016. OLE color: 856016.

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

Color convert

RGB 208 15 13 -
CMYK 0 0.93 0.94 0.18
HSL 0.62º 0.88% 0.43% -
HSV(B) 0.62º 0.94% 0.82% -
XYZ 26.26 13.78 1.66 -
YUV 72.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 208 15 13 0 0.93 0.94 0.18 0.62 0.88 0.43
Hex D0 F D 0 5D 5E 12 1 58 2B
Octal 320 17 15 0 135 136 22 1 130 53
Binary 11010000 1111 1101 0 1011101 1011110 10010 1 1011000 101011

Color Harmonies of #D00F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F0D

Black with #D00F0D

Text Example


Text Example

White with #D00F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F0D; }

 p { color: rgb(208,15,13); }

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

background-color css

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

 a { background-color: rgb(208,15,13); }

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

border-color css

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

 span { border-color: rgb(208,15,13); }

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