Html Css Color HEX #DE0342 Crimson

📋 copy color: '#DE0342'

red 222 ◦ green 3 ◦ blue 66

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

Shades of Crimson #DE0342

Tints of Crimson #DE0342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 76.29%
G = 1.03%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE0342 (or 0xDE0342) is known color: Crimson. HEX triplet: DE, 03 and 42. RGB value is (222,3,66). Sum of RGB (Red+Green+Blue) = 222+3+66=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0342 is #21FCBD. Grayscale: #4B4B4B. Windows color (decimal): -2227390 or 4326366. OLE color: 4326366.

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

Color convert

RGB 222 3 66 -
CMYK 0 0.99 0.70 0.13
HSL 342.74º 0.97% 0.44% -
HSV(B) 342.74º 0.99% 0.87% -
XYZ 31.14 15.99 6.6 -
YUV 75.66 122.55 232.38 -
System Red Green Blue C M Y K H S L
Decimal 222 3 66 0 0.99 0.70 0.13 342.74 0.97 0.44
Hex DE 3 42 0 63 46 D 157 61 2C
Octal 336 3 102 0 143 106 15 527 141 54
Binary 11011110 11 1000010 0 1100011 1000110 1101 101010111 1100001 101100

Color Harmonies of #DE0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0342

Black with #DE0342

Text Example


Text Example

White with #DE0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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