Html Css Color HEX #DB0602 Free Speech Red

📋 copy color: '#DB0602'

red 219 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #DB0602

Tints of Free Speech Red #DB0602

RGB

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

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

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

R = 96.48%
G = 2.64%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB0602 (or 0xDB0602) is known color: Free Speech Red. HEX triplet: DB, 06 and 02. RGB value is (219,6,2). Sum of RGB (Red+Green+Blue) = 219+6+2=227 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.48% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0602 is #24F9FD. Grayscale: #454545. Windows color (decimal): -2423294 or 132827. OLE color: 132827.

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

Color convert

RGB 219 6 2 -
CMYK 0 0.97 0.99 0.14
HSL 1.11º 0.98% 0.43% -
HSV(B) 1.11º 0.99% 0.86% -
XYZ 29.29 15.19 1.45 -
YUV 69.23 90.07 234.83 -
System Red Green Blue C M Y K H S L
Decimal 219 6 2 0 0.97 0.99 0.14 1.11 0.98 0.43
Hex DB 6 2 0 61 63 E 1 62 2B
Octal 333 6 2 0 141 143 16 1 142 53
Binary 11011011 110 10 0 1100001 1100011 1110 1 1100010 101011

Color Harmonies of #DB0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0602

Black with #DB0602

Text Example


Text Example

White with #DB0602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0602; }

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

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

background-color css

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

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

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

border-color css

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

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

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