Html Css Color HEX #D70602 Free Speech Red

📋 copy color: '#D70602'

red 215 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #D70602

Tints of Free Speech Red #D70602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

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

R = 96.41%
G = 2.69%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D70602 (or 0xD70602) is known color: Free Speech Red. HEX triplet: D7, 06 and 02. RGB value is (215,6,2). Sum of RGB (Red+Green+Blue) = 215+6+2=223 (29% of max value = 765). Red value is 215 (84.38% from 255 or 96.41% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 215 - color contains mainly: red. Hex color #D70602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70602 is #28F9FD. Grayscale: #444444. Windows color (decimal): -2685438 or 132823. OLE color: 132823.

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

Color convert

RGB 215 6 2 -
CMYK 0 0.97 0.99 0.16
HSL 1.13º 0.98% 0.43% -
HSV(B) 1.13º 0.99% 0.84% -
XYZ 28.1 14.58 1.39 -
YUV 68.04 90.74 232.83 -
System Red Green Blue C M Y K H S L
Decimal 215 6 2 0 0.97 0.99 0.16 1.13 0.98 0.43
Hex D7 6 2 0 61 63 10 1 62 2B
Octal 327 6 2 0 141 143 20 1 142 53
Binary 11010111 110 10 0 1100001 1100011 10000 1 1100010 101011

Color Harmonies of #D70602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70602

Black with #D70602

Text Example


Text Example

White with #D70602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70602; }

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

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

background-color css

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

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

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

border-color css

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

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

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