Html Css Color HEX #DB0702 Free Speech Red

📋 copy color: '#DB0702'

red 219 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #DB0702

Tints of Free Speech Red #DB0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 96.05%
G = 3.07%
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

#DB0702 (or 0xDB0702) is known color: Free Speech Red. HEX triplet: DB, 07 and 02. RGB value is (219,7,2). Sum of RGB (Red+Green+Blue) = 219+7+2=228 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.05% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0702 is #24F8FD. Grayscale: #464646. Windows color (decimal): -2423038 or 133083. OLE color: 133083.

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

Color convert

RGB 219 7 2 -
CMYK 0 0.97 0.99 0.14
HSL 1.38º 0.98% 0.43% -
HSV(B) 1.38º 0.99% 0.86% -
XYZ 29.3 15.22 1.45 -
YUV 69.82 89.74 234.41 -
System Red Green Blue C M Y K H S L
Decimal 219 7 2 0 0.97 0.99 0.14 1.38 0.98 0.43
Hex DB 7 2 0 61 63 E 1 62 2B
Octal 333 7 2 0 141 143 16 1 142 53
Binary 11011011 111 10 0 1100001 1100011 1110 1 1100010 101011

Color Harmonies of #DB0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0702

Black with #DB0702

Text Example


Text Example

White with #DB0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0702; }

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

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

background-color css

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

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

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

border-color css

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

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

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