Html Css Color HEX #D70A0A Free Speech Red

📋 copy color: '#D70A0A'

red 215 ◦ green 10 ◦ blue 10

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

Shades of Free Speech Red #D70A0A

Tints of Free Speech Red #D70A0A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 91.49%
G = 4.26%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D70A0A (or 0xD70A0A) is known color: Free Speech Red. HEX triplet: D7, 0A and 0A. RGB value is (215,10,10). Sum of RGB (Red+Green+Blue) = 215+10+10=235 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.49% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70A0A is #28F5F5. Grayscale: #474747. Windows color (decimal): -2684406 or 658135. OLE color: 658135.

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

Color convert

RGB 215 10 10 -
CMYK 0 0.95 0.95 0.16
HSL 0.91% 0.44% -
HSV(B) 0.95% 0.84% -
XYZ 28.19 14.69 1.64 -
YUV 71.3 93.42 230.5 -
System Red Green Blue C M Y K H S L
Decimal 215 10 10 0 0.95 0.95 0.16 0 0.91 0.44
Hex D7 A A 0 5F 5F 10 0 5B 2C
Octal 327 12 12 0 137 137 20 0 133 54
Binary 11010111 1010 1010 0 1011111 1011111 10000 0 1011011 101100

Color Harmonies of #D70A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A0A

Black with #D70A0A

Text Example


Text Example

White with #D70A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A0A; }

 p { color: rgb(215,10,10); }

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

background-color css

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

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

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

border-color css

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

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

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