Html Css Color HEX #DB0F02 Free Speech Red

📋 copy color: '#DB0F02'

red 219 ◦ green 15 ◦ blue 2

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

Shades of Free Speech Red #DB0F02

Tints of Free Speech Red #DB0F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

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

R = 92.8%
G = 6.36%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB0F02 (or 0xDB0F02) is known color: Free Speech Red. HEX triplet: DB, 0F and 02. RGB value is (219,15,2). Sum of RGB (Red+Green+Blue) = 219+15+2=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0F02 is #24F0FD. Grayscale: #4A4A4A. Windows color (decimal): -2420990 or 135131. OLE color: 135131.

HSL color Cylindrical-coordinate representation of color #DB0F02: hue angle of 3.59º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0F02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 15 2 -
CMYK 0 0.93 0.99 0.14
HSL 3.59º 0.98% 0.43% -
HSV(B) 3.59º 0.99% 0.86% -
XYZ 29.4 15.41 1.48 -
YUV 74.51 87.09 231.06 -
System Red Green Blue C M Y K H S L
Decimal 219 15 2 0 0.93 0.99 0.14 3.59 0.98 0.43
Hex DB F 2 0 5D 63 E 4 62 2B
Octal 333 17 2 0 135 143 16 4 142 53
Binary 11011011 1111 10 0 1011101 1100011 1110 100 1100010 101011

Color Harmonies of #DB0F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F02

Black with #DB0F02

Text Example


Text Example

White with #DB0F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F02; }

 p { color: rgb(219,15,2); }

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

background-color css

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

 a { background-color: rgb(219,15,2); }

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

border-color css

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

 span { border-color: rgb(219,15,2); }

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