Html Css Color HEX #D41233 Crimson

📋 copy color: '#D41233'

red 212 ◦ green 18 ◦ blue 51

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

Shades of Crimson #D41233

Tints of Crimson #D41233

RGB

 RED value IS 212 (83.2% from 255) = 75.44%

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 51 (20.31% from 255) = 18.15%

R = 75.44%
G = 6.41%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D41233 (or 0xD41233) is known color: Crimson. HEX triplet: D4, 12 and 33. RGB value is (212,18,51). Sum of RGB (Red+Green+Blue) = 212+18+51=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D41233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41233 is #2BEDCC. Grayscale: #4F4F4F. Windows color (decimal): -2878925 or 3347156. OLE color: 3347156.

HSL color Cylindrical-coordinate representation of color #D41233: hue angle of 349.79º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41233 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 51 -
CMYK 0 0.92 0.76 0.17
HSL 349.79º 0.84% 0.45% -
HSV(B) 349.79º 0.92% 0.83% -
XYZ 27.97 14.67 4.49 -
YUV 79.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 212 18 51 0 0.92 0.76 0.17 349.79 0.84 0.45
Hex D4 12 33 0 5C 4C 11 15E 54 2D
Octal 324 22 63 0 134 114 21 536 124 55
Binary 11010100 10010 110011 0 1011100 1001100 10001 101011110 1010100 101101

Color Harmonies of #D41233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41233

Black with #D41233

Text Example


Text Example

White with #D41233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41233; }

 p { color: rgb(212,18,51); }

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

background-color css

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

 a { background-color: rgb(212,18,51); }

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

border-color css

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

 span { border-color: rgb(212,18,51); }

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