Html Css Color HEX #DE152B Crimson

📋 copy color: '#DE152B'

red 222 ◦ green 21 ◦ blue 43

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

Shades of Crimson #DE152B

Tints of Crimson #DE152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 77.62%
G = 7.34%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE152B (or 0xDE152B) is known color: Crimson. HEX triplet: DE, 15 and 2B. RGB value is (222,21,43). Sum of RGB (Red+Green+Blue) = 222+21+43=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE152B is #21EAD4. Grayscale: #535353. Windows color (decimal): -2222805 or 2823646. OLE color: 2823646.

HSL color Cylindrical-coordinate representation of color #DE152B: hue angle of 353.43º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE152B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 43 -
CMYK 0 0.91 0.81 0.13
HSL 353.43º 0.83% 0.48% -
HSV(B) 353.43º 0.91% 0.87% -
XYZ 30.83 16.24 3.8 -
YUV 83.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 222 21 43 0 0.91 0.81 0.13 353.43 0.83 0.48
Hex DE 15 2B 0 5B 51 D 161 53 30
Octal 336 25 53 0 133 121 15 541 123 60
Binary 11011110 10101 101011 0 1011011 1010001 1101 101100001 1010011 110000

Color Harmonies of #DE152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE152B

Black with #DE152B

Text Example


Text Example

White with #DE152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE152B; }

 p { color: rgb(222,21,43); }

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

background-color css

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

 a { background-color: rgb(222,21,43); }

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

border-color css

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

 span { border-color: rgb(222,21,43); }

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