Html Css Color HEX #DF0702 Free Speech Red

📋 copy color: '#DF0702'

red 223 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #DF0702

Tints of Free Speech Red #DF0702

RGB

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

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

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

R = 96.12%
G = 3.02%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF0702 (or 0xDF0702) is known color: Free Speech Red. HEX triplet: DF, 07 and 02. RGB value is (223,7,2). Sum of RGB (Red+Green+Blue) = 223+7+2=232 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.12% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0702 is #20F8FD. Grayscale: #474747. Windows color (decimal): -2160894 or 133087. OLE color: 133087.

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

Color convert

RGB 223 7 2 -
CMYK 0 0.97 0.99 0.13
HSL 1.36º 0.98% 0.44% -
HSV(B) 1.36º 0.99% 0.87% -
XYZ 30.52 15.84 1.51 -
YUV 71.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 223 7 2 0 0.97 0.99 0.13 1.36 0.98 0.44
Hex DF 7 2 0 61 63 D 1 62 2C
Octal 337 7 2 0 141 143 15 1 142 54
Binary 11011111 111 10 0 1100001 1100011 1101 1 1100010 101100

Color Harmonies of #DF0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0702

Black with #DF0702

Text Example


Text Example

White with #DF0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0702; }

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

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

background-color css

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

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

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

border-color css

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

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

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