Html Css Color HEX #DB140C Free Speech Red

📋 copy color: '#DB140C'

red 219 ◦ green 20 ◦ blue 12

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

Shades of Free Speech Red #DB140C

Tints of Free Speech Red #DB140C

RGB

 RED value IS 219 (85.94% from 255) = 87.25%

 GREEN value IS 20 (8.2% from 255) = 7.97%

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 87.25%
G = 7.97%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB140C (or 0xDB140C) is known color: Free Speech Red. HEX triplet: DB, 14 and 0C. RGB value is (219,20,12). Sum of RGB (Red+Green+Blue) = 219+20+12=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB140C is #24EBF3. Grayscale: #4E4E4E. Windows color (decimal): -2419700 or 791771. OLE color: 791771.

HSL color Cylindrical-coordinate representation of color #DB140C: hue angle of 2.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB140C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 12 -
CMYK 0 0.91 0.95 0.14
HSL 2.32º 0.9% 0.45% -
HSV(B) 2.32º 0.95% 0.86% -
XYZ 29.53 15.59 1.8 -
YUV 78.59 90.43 228.15 -
System Red Green Blue C M Y K H S L
Decimal 219 20 12 0 0.91 0.95 0.14 2.32 0.9 0.45
Hex DB 14 C 0 5B 5F E 2 5A 2D
Octal 333 24 14 0 133 137 16 2 132 55
Binary 11011011 10100 1100 0 1011011 1011111 1110 10 1011010 101101

Color Harmonies of #DB140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB140C

Black with #DB140C

Text Example


Text Example

White with #DB140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB140C; }

 p { color: rgb(219,20,12); }

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

background-color css

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

 a { background-color: rgb(219,20,12); }

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

border-color css

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

 span { border-color: rgb(219,20,12); }

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