Html Css Color HEX #DD0C03 Free Speech Red

📋 copy color: '#DD0C03'

red 221 ◦ green 12 ◦ blue 3

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

Shades of Free Speech Red #DD0C03

Tints of Free Speech Red #DD0C03

RGB

 RED value IS 221 (86.72% from 255) = 93.64%

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

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 93.64%
G = 5.08%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD0C03 (or 0xDD0C03) is known color: Free Speech Red. HEX triplet: DD, 0C and 03. RGB value is (221,12,3). Sum of RGB (Red+Green+Blue) = 221+12+3=236 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.64% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0C03 is #22F3FC. Grayscale: #494949. Windows color (decimal): -2290685 or 199901. OLE color: 199901.

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

Color convert

RGB 221 12 3 -
CMYK 0 0.95 0.99 0.13
HSL 2.48º 0.97% 0.44% -
HSV(B) 2.48º 0.99% 0.87% -
XYZ 29.97 15.64 1.53 -
YUV 73.47 88.24 233.23 -
System Red Green Blue C M Y K H S L
Decimal 221 12 3 0 0.95 0.99 0.13 2.48 0.97 0.44
Hex DD C 3 0 5F 63 D 2 61 2C
Octal 335 14 3 0 137 143 15 2 141 54
Binary 11011101 1100 11 0 1011111 1100011 1101 10 1100001 101100

Color Harmonies of #DD0C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C03

Black with #DD0C03

Text Example


Text Example

White with #DD0C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C03; }

 p { color: rgb(221,12,3); }

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

background-color css

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

 a { background-color: rgb(221,12,3); }

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

border-color css

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

 span { border-color: rgb(221,12,3); }

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