Html Css Color HEX #D70D04 Free Speech Red

📋 copy color: '#D70D04'

red 215 ◦ green 13 ◦ blue 4

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

Shades of Free Speech Red #D70D04

Tints of Free Speech Red #D70D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 92.67%
G = 5.6%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D70D04 (or 0xD70D04) is known color: Free Speech Red. HEX triplet: D7, 0D and 04. RGB value is (215,13,4). Sum of RGB (Red+Green+Blue) = 215+13+4=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70D04 is #28F2FB. Grayscale: #484848. Windows color (decimal): -2683644 or 265687. OLE color: 265687.

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

Color convert

RGB 215 13 4 -
CMYK 0 0.94 0.98 0.16
HSL 2.56º 0.96% 0.43% -
HSV(B) 2.56º 0.98% 0.84% -
XYZ 28.19 14.74 1.47 -
YUV 72.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 215 13 4 0 0.94 0.98 0.16 2.56 0.96 0.43
Hex D7 D 4 0 5E 62 10 3 60 2B
Octal 327 15 4 0 136 142 20 3 140 53
Binary 11010111 1101 100 0 1011110 1100010 10000 11 1100000 101011

Color Harmonies of #D70D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D04

Black with #D70D04

Text Example


Text Example

White with #D70D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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