Html Css Color HEX #D70402 Free Speech Red

📋 copy color: '#D70402'

red 215 ◦ green 4 ◦ blue 2

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

Shades of Free Speech Red #D70402

Tints of Free Speech Red #D70402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 97.29%
G = 1.81%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D70402 (or 0xD70402) is known color: Free Speech Red. HEX triplet: D7, 04 and 02. RGB value is (215,4,2). Sum of RGB (Red+Green+Blue) = 215+4+2=221 (29% of max value = 765). Red value is 215 (84.38% from 255 or 97.29% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 215 - color contains mainly: red. Hex color #D70402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70402 is #28FBFD. Grayscale: #434343. Windows color (decimal): -2685950 or 132311. OLE color: 132311.

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

Color convert

RGB 215 4 2 -
CMYK 0 0.98 0.99 0.16
HSL 0.56º 0.98% 0.43% -
HSV(B) 0.56º 0.99% 0.84% -
XYZ 28.08 14.54 1.38 -
YUV 66.86 91.4 233.66 -
System Red Green Blue C M Y K H S L
Decimal 215 4 2 0 0.98 0.99 0.16 0.56 0.98 0.43
Hex D7 4 2 0 62 63 10 1 62 2B
Octal 327 4 2 0 142 143 20 1 142 53
Binary 11010111 100 10 0 1100010 1100011 10000 1 1100010 101011

Color Harmonies of #D70402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70402

Black with #D70402

Text Example


Text Example

White with #D70402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70402; }

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

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

background-color css

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

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

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

border-color css

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

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

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