Html Css Color HEX #DE0138 Crimson

📋 copy color: '#DE0138'

red 222 ◦ green 1 ◦ blue 56

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

Shades of Crimson #DE0138

Tints of Crimson #DE0138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.07%

R = 79.57%
G = 0.36%
B = 20.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE0138 (or 0xDE0138) is known color: Crimson. HEX triplet: DE, 01 and 38. RGB value is (222,1,56). Sum of RGB (Red+Green+Blue) = 222+1+56=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0138 is #21FEC7. Grayscale: #494949. Windows color (decimal): -2227912 or 3670494. OLE color: 3670494.

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

Color convert

RGB 222 1 56 -
CMYK 0 1.00 0.75 0.13
HSL 345.07º 0.99% 0.44% -
HSV(B) 345.07º 1% 0.87% -
XYZ 30.85 15.84 5.17 -
YUV 73.35 118.22 234.03 -
System Red Green Blue C M Y K H S L
Decimal 222 1 56 0 1.00 0.75 0.13 345.07 0.99 0.44
Hex DE 1 38 0 64 4B D 159 63 2C
Octal 336 1 70 0 144 113 15 531 143 54
Binary 11011110 1 111000 0 1100100 1001011 1101 101011001 1100011 101100

Color Harmonies of #DE0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0138

Black with #DE0138

Text Example


Text Example

White with #DE0138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0138; }

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

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

background-color css

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

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

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

border-color css

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

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

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