Html Css Color HEX #DE013B Crimson

📋 copy color: '#DE013B'

red 222 ◦ green 1 ◦ blue 59

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

Shades of Crimson #DE013B

Tints of Crimson #DE013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 78.72%
G = 0.35%
B = 20.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE013B (or 0xDE013B) is known color: Crimson. HEX triplet: DE, 01 and 3B. RGB value is (222,1,59). Sum of RGB (Red+Green+Blue) = 222+1+59=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE013B is #21FEC4. Grayscale: #494949. Windows color (decimal): -2227909 or 3867102. OLE color: 3867102.

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

Color convert

RGB 222 1 59 -
CMYK 0 1.00 0.73 0.13
HSL 344.25º 0.99% 0.44% -
HSV(B) 344.25º 1% 0.87% -
XYZ 30.92 15.87 5.57 -
YUV 73.69 119.72 233.78 -
System Red Green Blue C M Y K H S L
Decimal 222 1 59 0 1.00 0.73 0.13 344.25 0.99 0.44
Hex DE 1 3B 0 64 49 D 158 63 2C
Octal 336 1 73 0 144 111 15 530 143 54
Binary 11011110 1 111011 0 1100100 1001001 1101 101011000 1100011 101100

Color Harmonies of #DE013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE013B

Black with #DE013B

Text Example


Text Example

White with #DE013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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