Html Css Color HEX #DF0F02 Free Speech Red

📋 copy color: '#DF0F02'

red 223 ◦ green 15 ◦ blue 2

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

Shades of Free Speech Red #DF0F02

Tints of Free Speech Red #DF0F02

RGB

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

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

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

R = 92.92%
G = 6.25%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF0F02 (or 0xDF0F02) is known color: Free Speech Red. HEX triplet: DF, 0F and 02. RGB value is (223,15,2). Sum of RGB (Red+Green+Blue) = 223+15+2=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0F02 is #20F0FD. Grayscale: #4B4B4B. Windows color (decimal): -2158846 or 135135. OLE color: 135135.

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

Color convert

RGB 223 15 2 -
CMYK 0 0.93 0.99 0.13
HSL 3.53º 0.98% 0.44% -
HSV(B) 3.53º 0.99% 0.87% -
XYZ 30.61 16.03 1.54 -
YUV 75.71 86.41 233.06 -
System Red Green Blue C M Y K H S L
Decimal 223 15 2 0 0.93 0.99 0.13 3.53 0.98 0.44
Hex DF F 2 0 5D 63 D 4 62 2C
Octal 337 17 2 0 135 143 15 4 142 54
Binary 11011111 1111 10 0 1011101 1100011 1101 100 1100010 101100

Color Harmonies of #DF0F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F02

Black with #DF0F02

Text Example


Text Example

White with #DF0F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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