Html Css Color HEX #DF0602 Free Speech Red

📋 copy color: '#DF0602'

red 223 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #DF0602

Tints of Free Speech Red #DF0602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

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

R = 96.54%
G = 2.6%
B = 0.87%

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

#DF0602 (or 0xDF0602) is known color: Free Speech Red. HEX triplet: DF, 06 and 02. RGB value is (223,6,2). Sum of RGB (Red+Green+Blue) = 223+6+2=231 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.54% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0602 is #20F9FD. Grayscale: #464646. Windows color (decimal): -2161150 or 132831. OLE color: 132831.

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

Color convert

RGB 223 6 2 -
CMYK 0 0.97 0.99 0.13
HSL 1.09º 0.98% 0.44% -
HSV(B) 1.09º 0.99% 0.87% -
XYZ 30.51 15.82 1.5 -
YUV 70.43 89.39 236.83 -
System Red Green Blue C M Y K H S L
Decimal 223 6 2 0 0.97 0.99 0.13 1.09 0.98 0.44
Hex DF 6 2 0 61 63 D 1 62 2C
Octal 337 6 2 0 141 143 15 1 142 54
Binary 11011111 110 10 0 1100001 1100011 1101 1 1100010 101100

Color Harmonies of #DF0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0602

Black with #DF0602

Text Example


Text Example

White with #DF0602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0602; }

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

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

background-color css

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

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

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

border-color css

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

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

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