Html Css Color HEX #D70E02 Free Speech Red

📋 copy color: '#D70E02'

red 215 ◦ green 14 ◦ blue 2

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

Shades of Free Speech Red #D70E02

Tints of Free Speech Red #D70E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 93.07%
G = 6.06%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D70E02 (or 0xD70E02) is known color: Free Speech Red. HEX triplet: D7, 0E and 02. RGB value is (215,14,2). Sum of RGB (Red+Green+Blue) = 215+14+2=231 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.07% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70E02 is #28F1FD. Grayscale: #484848. Windows color (decimal): -2683390 or 134871. OLE color: 134871.

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

Color convert

RGB 215 14 2 -
CMYK 0 0.93 0.99 0.16
HSL 3.38º 0.98% 0.43% -
HSV(B) 3.38º 0.99% 0.84% -
XYZ 28.19 14.77 1.42 -
YUV 72.73 88.09 229.48 -
System Red Green Blue C M Y K H S L
Decimal 215 14 2 0 0.93 0.99 0.16 3.38 0.98 0.43
Hex D7 E 2 0 5D 63 10 3 62 2B
Octal 327 16 2 0 135 143 20 3 142 53
Binary 11010111 1110 10 0 1011101 1100011 10000 11 1100010 101011

Color Harmonies of #D70E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E02

Black with #D70E02

Text Example


Text Example

White with #D70E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E02; }

 p { color: rgb(215,14,2); }

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

background-color css

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

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

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

border-color css

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

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

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