Html Css Color HEX #DB0238 Crimson

📋 copy color: '#DB0238'

red 219 ◦ green 2 ◦ blue 56

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

Shades of Crimson #DB0238

Tints of Crimson #DB0238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 56 (22.27% from 255) = 20.22%

R = 79.06%
G = 0.72%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB0238 (or 0xDB0238) is known color: Crimson. HEX triplet: DB, 02 and 38. RGB value is (219,2,56). Sum of RGB (Red+Green+Blue) = 219+2+56=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0238 is #24FDC7. Grayscale: #494949. Windows color (decimal): -2424264 or 3670747. OLE color: 3670747.

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

Color convert

RGB 219 2 56 -
CMYK 0 0.99 0.74 0.14
HSL 345.07º 0.98% 0.43% -
HSV(B) 345.07º 0.99% 0.86% -
XYZ 29.95 15.39 5.13 -
YUV 73.04 118.39 232.11 -
System Red Green Blue C M Y K H S L
Decimal 219 2 56 0 0.99 0.74 0.14 345.07 0.98 0.43
Hex DB 2 38 0 63 4A E 159 62 2B
Octal 333 2 70 0 143 112 16 531 142 53
Binary 11011011 10 111000 0 1100011 1001010 1110 101011001 1100010 101011

Color Harmonies of #DB0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0238

Black with #DB0238

Text Example


Text Example

White with #DB0238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0238; }

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

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

background-color css

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

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

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

border-color css

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

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

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