Html Css Color HEX #DE0741 Crimson

📋 copy color: '#DE0741'

red 222 ◦ green 7 ◦ blue 65

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

Shades of Crimson #DE0741

Tints of Crimson #DE0741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 75.51%
G = 2.38%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE0741 (or 0xDE0741) is known color: Crimson. HEX triplet: DE, 07 and 41. RGB value is (222,7,65). Sum of RGB (Red+Green+Blue) = 222+7+65=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0741 is #21F8BE. Grayscale: #4D4D4D. Windows color (decimal): -2226367 or 4261854. OLE color: 4261854.

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

Color convert

RGB 222 7 65 -
CMYK 0 0.97 0.71 0.13
HSL 343.81º 0.94% 0.45% -
HSV(B) 343.81º 0.97% 0.87% -
XYZ 31.15 16.06 6.46 -
YUV 77.9 120.73 230.78 -
System Red Green Blue C M Y K H S L
Decimal 222 7 65 0 0.97 0.71 0.13 343.81 0.94 0.45
Hex DE 7 41 0 61 47 D 158 5E 2D
Octal 336 7 101 0 141 107 15 530 136 55
Binary 11011110 111 1000001 0 1100001 1000111 1101 101011000 1011110 101101

Color Harmonies of #DE0741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0741

Black with #DE0741

Text Example


Text Example

White with #DE0741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0741; }

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

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

background-color css

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

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

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

border-color css

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

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

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