Html Css Color HEX #D50702 Free Speech Red

📋 copy color: '#D50702'

red 213 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #D50702

Tints of Free Speech Red #D50702

RGB

 RED value IS 213 (83.59% from 255) = 95.95%

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 95.95%
G = 3.15%
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

#D50702 (or 0xD50702) is known color: Free Speech Red. HEX triplet: D5, 07 and 02. RGB value is (213,7,2). Sum of RGB (Red+Green+Blue) = 213+7+2=222 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.95% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 213 - color contains mainly: red. Hex color #D50702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50702 is #2AF8FD. Grayscale: #444444. Windows color (decimal): -2816254 or 133077. OLE color: 133077.

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

Color convert

RGB 213 7 2 -
CMYK 0 0.97 0.99 0.16
HSL 1.42º 0.98% 0.42% -
HSV(B) 1.42º 0.99% 0.84% -
XYZ 27.53 14.3 1.37 -
YUV 68.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 213 7 2 0 0.97 0.99 0.16 1.42 0.98 0.42
Hex D5 7 2 0 61 63 10 1 62 2A
Octal 325 7 2 0 141 143 20 1 142 52
Binary 11010101 111 10 0 1100001 1100011 10000 1 1100010 101010

Color Harmonies of #D50702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50702

Black with #D50702

Text Example


Text Example

White with #D50702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50702; }

 p { color: rgb(213,7,2); }

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

background-color css

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

 a { background-color: rgb(213,7,2); }

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

border-color css

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

 span { border-color: rgb(213,7,2); }

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