Html Css Color HEX #D70F0D Free Speech Red

📋 copy color: '#D70F0D'

red 215 ◦ green 15 ◦ blue 13

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

Shades of Free Speech Red #D70F0D

Tints of Free Speech Red #D70F0D

RGB

 RED value IS 215 (84.38% from 255) = 88.48%

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

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

R = 88.48%
G = 6.17%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D70F0D (or 0xD70F0D) is known color: Free Speech Red. HEX triplet: D7, 0F and 0D. RGB value is (215,15,13). Sum of RGB (Red+Green+Blue) = 215+15+13=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70F0D is #28F0F2. Grayscale: #4A4A4A. Windows color (decimal): -2683123 or 856023. OLE color: 856023.

HSL color Cylindrical-coordinate representation of color #D70F0D: hue angle of 0.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70F0D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 15 13 -
CMYK 0 0.93 0.94 0.16
HSL 0.59º 0.89% 0.45% -
HSV(B) 0.59º 0.94% 0.84% -
XYZ 28.27 14.82 1.75 -
YUV 74.57 93.26 228.16 -
System Red Green Blue C M Y K H S L
Decimal 215 15 13 0 0.93 0.94 0.16 0.59 0.89 0.45
Hex D7 F D 0 5D 5E 10 1 59 2D
Octal 327 17 15 0 135 136 20 1 131 55
Binary 11010111 1111 1101 0 1011101 1011110 10000 1 1011001 101101

Color Harmonies of #D70F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F0D

Black with #D70F0D

Text Example


Text Example

White with #D70F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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