Html Css Color HEX #DE0F3A Crimson

📋 copy color: '#DE0F3A'

red 222 ◦ green 15 ◦ blue 58

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

Shades of Crimson #DE0F3A

Tints of Crimson #DE0F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.08%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 75.25%
G = 5.08%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE0F3A (or 0xDE0F3A) is known color: Crimson. HEX triplet: DE, 0F and 3A. RGB value is (222,15,58). Sum of RGB (Red+Green+Blue) = 222+15+58=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F3A is #21F0C5. Grayscale: #515151. Windows color (decimal): -2224326 or 3805150. OLE color: 3805150.

HSL color Cylindrical-coordinate representation of color #DE0F3A: hue angle of 347.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F3A is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 15 58 -
CMYK 0 0.93 0.74 0.13
HSL 347.54º 0.87% 0.46% -
HSV(B) 347.54º 0.93% 0.87% -
XYZ 31.06 16.18 5.49 -
YUV 81.8 114.58 228 -
System Red Green Blue C M Y K H S L
Decimal 222 15 58 0 0.93 0.74 0.13 347.54 0.87 0.46
Hex DE F 3A 0 5D 4A D 15C 57 2E
Octal 336 17 72 0 135 112 15 534 127 56
Binary 11011110 1111 111010 0 1011101 1001010 1101 101011100 1010111 101110

Color Harmonies of #DE0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0F3A

Black with #DE0F3A

Text Example


Text Example

White with #DE0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0F3A; }

 p { color: rgb(222,15,58); }

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

background-color css

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

 a { background-color: rgb(222,15,58); }

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

border-color css

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

 span { border-color: rgb(222,15,58); }

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