Html Css Color HEX #DE1A4B Crimson

📋 copy color: '#DE1A4B'

red 222 ◦ green 26 ◦ blue 75

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

Shades of Crimson #DE1A4B

Tints of Crimson #DE1A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.05%

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 68.73%
G = 8.05%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE1A4B (or 0xDE1A4B) is known color: Crimson. HEX triplet: DE, 1A and 4B. RGB value is (222,26,75). Sum of RGB (Red+Green+Blue) = 222+26+75=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1A4B is #21E5B4. Grayscale: #5A5A5A. Windows color (decimal): -2221493 or 4922078. OLE color: 4922078.

HSL color Cylindrical-coordinate representation of color #DE1A4B: hue angle of 345º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1A4B is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 26 75 -
CMYK 0 0.88 0.66 0.13
HSL 345º 0.79% 0.49% -
HSV(B) 345º 0.88% 0.87% -
XYZ 31.76 16.78 8.22 -
YUV 90.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 222 26 75 0 0.88 0.66 0.13 345 0.79 0.49
Hex DE 1A 4B 0 58 42 D 159 4F 31
Octal 336 32 113 0 130 102 15 531 117 61
Binary 11011110 11010 1001011 0 1011000 1000010 1101 101011001 1001111 110001

Color Harmonies of #DE1A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1A4B

Black with #DE1A4B

Text Example


Text Example

White with #DE1A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1A4B; }

 p { color: rgb(222,26,75); }

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

background-color css

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

 a { background-color: rgb(222,26,75); }

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

border-color css

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

 span { border-color: rgb(222,26,75); }

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