Html Css Color HEX #DE1433 Crimson

📋 copy color: '#DE1433'

red 222 ◦ green 20 ◦ blue 51

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

Shades of Crimson #DE1433

Tints of Crimson #DE1433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 75.77%
G = 6.83%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE1433 (or 0xDE1433) is known color: Crimson. HEX triplet: DE, 14 and 33. RGB value is (222,20,51). Sum of RGB (Red+Green+Blue) = 222+20+51=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1433 is #21EBCC. Grayscale: #545454. Windows color (decimal): -2223053 or 3347678. OLE color: 3347678.

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

Color convert

RGB 222 20 51 -
CMYK 0 0.91 0.77 0.13
HSL 350.79º 0.83% 0.47% -
HSV(B) 350.79º 0.91% 0.87% -
XYZ 30.97 16.27 4.64 -
YUV 83.93 109.42 226.48 -
System Red Green Blue C M Y K H S L
Decimal 222 20 51 0 0.91 0.77 0.13 350.79 0.83 0.47
Hex DE 14 33 0 5B 4D D 15F 53 2F
Octal 336 24 63 0 133 115 15 537 123 57
Binary 11011110 10100 110011 0 1011011 1001101 1101 101011111 1010011 101111

Color Harmonies of #DE1433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1433

Black with #DE1433

Text Example


Text Example

White with #DE1433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1433; }

 p { color: rgb(222,20,51); }

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

background-color css

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

 a { background-color: rgb(222,20,51); }

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

border-color css

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

 span { border-color: rgb(222,20,51); }

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