Html Css Color HEX #D70502 Free Speech Red

📋 copy color: '#D70502'

red 215 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #D70502

Tints of Free Speech Red #D70502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 96.85%
G = 2.25%
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

#D70502 (or 0xD70502) is known color: Free Speech Red. HEX triplet: D7, 05 and 02. RGB value is (215,5,2). Sum of RGB (Red+Green+Blue) = 215+5+2=222 (29% of max value = 765). Red value is 215 (84.38% from 255 or 96.85% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 215 - color contains mainly: red. Hex color #D70502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70502 is #28FAFD. Grayscale: #434343. Windows color (decimal): -2685694 or 132567. OLE color: 132567.

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

Color convert

RGB 215 5 2 -
CMYK 0 0.98 0.99 0.16
HSL 0.85º 0.98% 0.43% -
HSV(B) 0.85º 0.99% 0.84% -
XYZ 28.09 14.56 1.39 -
YUV 67.45 91.07 233.24 -
System Red Green Blue C M Y K H S L
Decimal 215 5 2 0 0.98 0.99 0.16 0.85 0.98 0.43
Hex D7 5 2 0 62 63 10 1 62 2B
Octal 327 5 2 0 142 143 20 1 142 53
Binary 11010111 101 10 0 1100010 1100011 10000 1 1100010 101011

Color Harmonies of #D70502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70502

Black with #D70502

Text Example


Text Example

White with #D70502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70502; }

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

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

background-color css

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

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

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

border-color css

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

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

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