Html Css Color HEX #DE012D Crimson

📋 copy color: '#DE012D'

red 222 ◦ green 1 ◦ blue 45

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

Shades of Crimson #DE012D

Tints of Crimson #DE012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 82.84%
G = 0.37%
B = 16.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE012D (or 0xDE012D) is known color: Crimson. HEX triplet: DE, 01 and 2D. RGB value is (222,1,45). Sum of RGB (Red+Green+Blue) = 222+1+45=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE012D is #21FED2. Grayscale: #484848. Windows color (decimal): -2227923 or 2949598. OLE color: 2949598.

HSL color Cylindrical-coordinate representation of color #DE012D: hue angle of 348.05º 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 #DE012D is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 45 -
CMYK 0 1.00 0.80 0.13
HSL 348.05º 0.99% 0.44% -
HSV(B) 348.05º 1% 0.87% -
XYZ 30.61 15.74 3.91 -
YUV 72.1 112.72 234.92 -
System Red Green Blue C M Y K H S L
Decimal 222 1 45 0 1.00 0.80 0.13 348.05 0.99 0.44
Hex DE 1 2D 0 64 50 D 15C 63 2C
Octal 336 1 55 0 144 120 15 534 143 54
Binary 11011110 1 101101 0 1100100 1010000 1101 101011100 1100011 101100

Color Harmonies of #DE012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE012D

Black with #DE012D

Text Example


Text Example

White with #DE012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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