Html Css Color HEX #DF0503 Free Speech Red

📋 copy color: '#DF0503'

red 223 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #DF0503

Tints of Free Speech Red #DF0503

RGB

 RED value IS 223 (87.5% from 255) = 96.54%

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

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

R = 96.54%
G = 2.16%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF0503 (or 0xDF0503) is known color: Free Speech Red. HEX triplet: DF, 05 and 03. RGB value is (223,5,3). Sum of RGB (Red+Green+Blue) = 223+5+3=231 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.54% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0503 is #20FAFC. Grayscale: #464646. Windows color (decimal): -2161405 or 198111. OLE color: 198111.

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

Color convert

RGB 223 5 3 -
CMYK 0 0.98 0.99 0.13
HSL 0.55º 0.97% 0.44% -
HSV(B) 0.55º 0.99% 0.87% -
XYZ 30.5 15.8 1.53 -
YUV 69.95 90.22 237.16 -
System Red Green Blue C M Y K H S L
Decimal 223 5 3 0 0.98 0.99 0.13 0.55 0.97 0.44
Hex DF 5 3 0 62 63 D 1 61 2C
Octal 337 5 3 0 142 143 15 1 141 54
Binary 11011111 101 11 0 1100010 1100011 1101 1 1100001 101100

Color Harmonies of #DF0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0503

Black with #DF0503

Text Example


Text Example

White with #DF0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0503; }

 p { color: rgb(223,5,3); }

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

background-color css

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

 a { background-color: rgb(223,5,3); }

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

border-color css

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

 span { border-color: rgb(223,5,3); }

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