Html Css Color HEX #DE003A Crimson

📋 copy color: '#DE003A'

red 222 ◦ green 0 ◦ blue 58

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

Shades of Crimson #DE003A

Tints of Crimson #DE003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 79.29%
G = 0%
B = 20.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE003A (or 0xDE003A) is known color: Crimson. HEX triplet: DE, 00 and 3A. RGB value is (222,0,58). Sum of RGB (Red+Green+Blue) = 222+0+58=280 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.29% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 222 - color contains mainly: red. Hex color #DE003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE003A is #21FFC5. Grayscale: #484848. Windows color (decimal): -2228166 or 3801310. OLE color: 3801310.

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

Color convert

RGB 222 0 58 -
CMYK 0 1 0.74 0.13
HSL 344.32º 1% 0.44% -
HSV(B) 344.32º 1% 0.87% -
XYZ 30.89 15.84 5.43 -
YUV 72.99 119.55 234.28 -
System Red Green Blue C M Y K H S L
Decimal 222 0 58 0 1 0.74 0.13 344.32 1 0.44
Hex DE 0 3A 0 64 4A D 158 64 2C
Octal 336 0 72 0 144 112 15 530 144 54
Binary 11011110 0 111010 0 1100100 1001010 1101 101011000 1100100 101100

Color Harmonies of #DE003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE003A

Black with #DE003A

Text Example


Text Example

White with #DE003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE003A; }

 p { color: rgb(222,0,58); }

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

background-color css

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

 a { background-color: rgb(222,0,58); }

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

border-color css

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

 span { border-color: rgb(222,0,58); }

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