Html Css Color HEX #D70C0C Free Speech Red

📋 copy color: '#D70C0C'

red 215 ◦ green 12 ◦ blue 12

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

Shades of Free Speech Red #D70C0C

Tints of Free Speech Red #D70C0C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 89.96%
G = 5.02%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D70C0C (or 0xD70C0C) is known color: Free Speech Red. HEX triplet: D7, 0C and 0C. RGB value is (215,12,12). Sum of RGB (Red+Green+Blue) = 215+12+12=239 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.96% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C0C is #28F3F3. Grayscale: #484848. Windows color (decimal): -2683892 or 789719. OLE color: 789719.

HSL color Cylindrical-coordinate representation of color #D70C0C: hue angle of 0º 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 #D70C0C is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 12 12 -
CMYK 0 0.94 0.94 0.16
HSL 0.89% 0.45% -
HSV(B) 0.94% 0.84% -
XYZ 28.22 14.74 1.7 -
YUV 72.7 93.75 229.5 -
System Red Green Blue C M Y K H S L
Decimal 215 12 12 0 0.94 0.94 0.16 0 0.89 0.45
Hex D7 C C 0 5E 5E 10 0 59 2D
Octal 327 14 14 0 136 136 20 0 131 55
Binary 11010111 1100 1100 0 1011110 1011110 10000 0 1011001 101101

Color Harmonies of #D70C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C0C

Black with #D70C0C

Text Example


Text Example

White with #D70C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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