Html Css Color HEX #DE1343 Crimson

📋 copy color: '#DE1343'

red 222 ◦ green 19 ◦ blue 67

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

Shades of Crimson #DE1343

Tints of Crimson #DE1343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 72.08%
G = 6.17%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE1343 (or 0xDE1343) is known color: Crimson. HEX triplet: DE, 13 and 43. RGB value is (222,19,67). Sum of RGB (Red+Green+Blue) = 222+19+67=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1343 is #21ECBC. Grayscale: #555555. Windows color (decimal): -2223293 or 4395998. OLE color: 4395998.

HSL color Cylindrical-coordinate representation of color #DE1343: hue angle of 345.81º degrees, saturation: 0.84, 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 #DE1343 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 19 67 -
CMYK 0 0.91 0.70 0.13
HSL 345.81º 0.84% 0.47% -
HSV(B) 345.81º 0.91% 0.87% -
XYZ 31.37 16.4 6.82 -
YUV 85.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 222 19 67 0 0.91 0.70 0.13 345.81 0.84 0.47
Hex DE 13 43 0 5B 46 D 15A 54 2F
Octal 336 23 103 0 133 106 15 532 124 57
Binary 11011110 10011 1000011 0 1011011 1000110 1101 101011010 1010100 101111

Color Harmonies of #DE1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1343

Black with #DE1343

Text Example


Text Example

White with #DE1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1343; }

 p { color: rgb(222,19,67); }

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

background-color css

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

 a { background-color: rgb(222,19,67); }

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

border-color css

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

 span { border-color: rgb(222,19,67); }

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