Html Css Color HEX #D20F03 Free Speech Red

📋 copy color: '#D20F03'

red 210 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #D20F03

Tints of Free Speech Red #D20F03

RGB

 RED value IS 210 (82.42% from 255) = 92.11%

 GREEN value IS 15 (6.25% from 255) = 6.58%

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 92.11%
G = 6.58%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D20F03 (or 0xD20F03) is known color: Free Speech Red. HEX triplet: D2, 0F and 03. RGB value is (210,15,3). Sum of RGB (Red+Green+Blue) = 210+15+3=228 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.11% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20F03 is #2DF0FC. Grayscale: #484848. Windows color (decimal): -3010813 or 200658. OLE color: 200658.

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

Color convert

RGB 210 15 3 -
CMYK 0 0.93 0.99 0.18
HSL 3.48º 0.97% 0.42% -
HSV(B) 3.48º 0.99% 0.82% -
XYZ 26.77 14.05 1.39 -
YUV 71.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 210 15 3 0 0.93 0.99 0.18 3.48 0.97 0.42
Hex D2 F 3 0 5D 63 12 3 61 2A
Octal 322 17 3 0 135 143 22 3 141 52
Binary 11010010 1111 11 0 1011101 1100011 10010 11 1100001 101010

Color Harmonies of #D20F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F03

Black with #D20F03

Text Example


Text Example

White with #D20F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F03; }

 p { color: rgb(210,15,3); }

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

background-color css

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

 a { background-color: rgb(210,15,3); }

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

border-color css

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

 span { border-color: rgb(210,15,3); }

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