Html Css Color HEX #DE033B Crimson

📋 copy color: '#DE033B'

red 222 ◦ green 3 ◦ blue 59

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

Shades of Crimson #DE033B

Tints of Crimson #DE033B

RGB

 RED value IS 222 (87.11% from 255) = 78.17%

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 78.17%
G = 1.06%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE033B (or 0xDE033B) is known color: Crimson. HEX triplet: DE, 03 and 3B. RGB value is (222,3,59). Sum of RGB (Red+Green+Blue) = 222+3+59=284 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.17% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 222 - color contains mainly: red. Hex color #DE033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE033B is #21FCC4. Grayscale: #4A4A4A. Windows color (decimal): -2227397 or 3867614. OLE color: 3867614.

HSL color Cylindrical-coordinate representation of color #DE033B: hue angle of 344.66º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE033B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 3 59 -
CMYK 0 0.99 0.73 0.13
HSL 344.66º 0.97% 0.44% -
HSV(B) 344.66º 0.99% 0.87% -
XYZ 30.95 15.91 5.58 -
YUV 74.87 119.05 232.95 -
System Red Green Blue C M Y K H S L
Decimal 222 3 59 0 0.99 0.73 0.13 344.66 0.97 0.44
Hex DE 3 3B 0 63 49 D 159 61 2C
Octal 336 3 73 0 143 111 15 531 141 54
Binary 11011110 11 111011 0 1100011 1001001 1101 101011001 1100001 101100

Color Harmonies of #DE033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE033B

Black with #DE033B

Text Example


Text Example

White with #DE033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE033B; }

 p { color: rgb(222,3,59); }

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

background-color css

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

 a { background-color: rgb(222,3,59); }

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

border-color css

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

 span { border-color: rgb(222,3,59); }

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