Html Css Color HEX #DE0748 Crimson

📋 copy color: '#DE0748'

red 222 ◦ green 7 ◦ blue 72

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

Shades of Crimson #DE0748

Tints of Crimson #DE0748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 73.75%
G = 2.33%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE0748 (or 0xDE0748) is known color: Crimson. HEX triplet: DE, 07 and 48. RGB value is (222,7,72). Sum of RGB (Red+Green+Blue) = 222+7+72=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0748 is #21F8B7. Grayscale: #4E4E4E. Windows color (decimal): -2226360 or 4720606. OLE color: 4720606.

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

Color convert

RGB 222 7 72 -
CMYK 0 0.97 0.68 0.13
HSL 341.86º 0.94% 0.45% -
HSV(B) 341.86º 0.97% 0.87% -
XYZ 31.37 16.15 7.59 -
YUV 78.7 124.23 230.21 -
System Red Green Blue C M Y K H S L
Decimal 222 7 72 0 0.97 0.68 0.13 341.86 0.94 0.45
Hex DE 7 48 0 61 44 D 156 5E 2D
Octal 336 7 110 0 141 104 15 526 136 55
Binary 11011110 111 1001000 0 1100001 1000100 1101 101010110 1011110 101101

Color Harmonies of #DE0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0748

Black with #DE0748

Text Example


Text Example

White with #DE0748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0748; }

 p { color: rgb(222,7,72); }

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

background-color css

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

 a { background-color: rgb(222,7,72); }

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

border-color css

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

 span { border-color: rgb(222,7,72); }

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