Html Css Color HEX #DE033D Crimson

📋 copy color: '#DE033D'

red 222 ◦ green 3 ◦ blue 61

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

Shades of Crimson #DE033D

Tints of Crimson #DE033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 77.62%
G = 1.05%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE033D (or 0xDE033D) is known color: Crimson. HEX triplet: DE, 03 and 3D. RGB value is (222,3,61). Sum of RGB (Red+Green+Blue) = 222+3+61=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE033D is #21FCC2. Grayscale: #4B4B4B. Windows color (decimal): -2227395 or 3998686. OLE color: 3998686.

HSL color Cylindrical-coordinate representation of color #DE033D: hue angle of 344.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE033D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 3 61 -
CMYK 0 0.99 0.73 0.13
HSL 344.11º 0.97% 0.44% -
HSV(B) 344.11º 0.99% 0.87% -
XYZ 31 15.93 5.86 -
YUV 75.09 120.05 232.78 -
System Red Green Blue C M Y K H S L
Decimal 222 3 61 0 0.99 0.73 0.13 344.11 0.97 0.44
Hex DE 3 3D 0 63 49 D 158 61 2C
Octal 336 3 75 0 143 111 15 530 141 54
Binary 11011110 11 111101 0 1100011 1001001 1101 101011000 1100001 101100

Color Harmonies of #DE033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE033D

Black with #DE033D

Text Example


Text Example

White with #DE033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE033D; }

 p { color: rgb(222,3,61); }

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

background-color css

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

 a { background-color: rgb(222,3,61); }

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

border-color css

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

 span { border-color: rgb(222,3,61); }

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