Html Css Color HEX #DF0C01 Free Speech Red

📋 copy color: '#DF0C01'

red 223 ◦ green 12 ◦ blue 1

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

Shades of Free Speech Red #DF0C01

Tints of Free Speech Red #DF0C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 94.49%
G = 5.08%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF0C01 (or 0xDF0C01) is known color: Free Speech Red. HEX triplet: DF, 0C and 01. RGB value is (223,12,1). Sum of RGB (Red+Green+Blue) = 223+12+1=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0C01 is #20F3FE. Grayscale: #4A4A4A. Windows color (decimal): -2159615 or 68831. OLE color: 68831.

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

Color convert

RGB 223 12 1 -
CMYK 0 0.95 1.00 0.13
HSL 2.97º 0.99% 0.44% -
HSV(B) 2.97º 1% 0.87% -
XYZ 30.57 15.95 1.5 -
YUV 73.84 86.9 234.39 -
System Red Green Blue C M Y K H S L
Decimal 223 12 1 0 0.95 1.00 0.13 2.97 0.99 0.44
Hex DF C 1 0 5F 64 D 3 63 2C
Octal 337 14 1 0 137 144 15 3 143 54
Binary 11011111 1100 1 0 1011111 1100100 1101 11 1100011 101100

Color Harmonies of #DF0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C01

Black with #DF0C01

Text Example


Text Example

White with #DF0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C01; }

 p { color: rgb(223,12,1); }

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

background-color css

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

 a { background-color: rgb(223,12,1); }

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

border-color css

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

 span { border-color: rgb(223,12,1); }

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