Html Css Color HEX #DF0D02 Free Speech Red

📋 copy color: '#DF0D02'

red 223 ◦ green 13 ◦ blue 2

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

Shades of Free Speech Red #DF0D02

Tints of Free Speech Red #DF0D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

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

R = 93.7%
G = 5.46%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF0D02 (or 0xDF0D02) is known color: Free Speech Red. HEX triplet: DF, 0D and 02. RGB value is (223,13,2). Sum of RGB (Red+Green+Blue) = 223+13+2=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0D02 is #20F2FD. Grayscale: #4A4A4A. Windows color (decimal): -2159358 or 134623. OLE color: 134623.

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

Color convert

RGB 223 13 2 -
CMYK 0 0.94 0.99 0.13
HSL 2.99º 0.98% 0.44% -
HSV(B) 2.99º 0.99% 0.87% -
XYZ 30.59 15.98 1.53 -
YUV 74.54 87.07 233.89 -
System Red Green Blue C M Y K H S L
Decimal 223 13 2 0 0.94 0.99 0.13 2.99 0.98 0.44
Hex DF D 2 0 5E 63 D 3 62 2C
Octal 337 15 2 0 136 143 15 3 142 54
Binary 11011111 1101 10 0 1011110 1100011 1101 11 1100010 101100

Color Harmonies of #DF0D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D02

Black with #DF0D02

Text Example


Text Example

White with #DF0D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D02; }

 p { color: rgb(223,13,2); }

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

background-color css

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

 a { background-color: rgb(223,13,2); }

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

border-color css

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

 span { border-color: rgb(223,13,2); }

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