Html Css Color HEX #D41230 Crimson

📋 copy color: '#D41230'

red 212 ◦ green 18 ◦ blue 48

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

Shades of Crimson #D41230

Tints of Crimson #D41230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 76.26%
G = 6.47%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D41230 (or 0xD41230) is known color: Crimson. HEX triplet: D4, 12 and 30. RGB value is (212,18,48). Sum of RGB (Red+Green+Blue) = 212+18+48=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D41230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41230 is #2BEDCF. Grayscale: #4F4F4F. Windows color (decimal): -2878928 or 3150548. OLE color: 3150548.

HSL color Cylindrical-coordinate representation of color #D41230: hue angle of 350.72º 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 #D41230 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 48 -
CMYK 0 0.92 0.77 0.17
HSL 350.72º 0.84% 0.45% -
HSV(B) 350.72º 0.92% 0.83% -
XYZ 27.9 14.64 4.15 -
YUV 79.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 212 18 48 0 0.92 0.77 0.17 350.72 0.84 0.45
Hex D4 12 30 0 5C 4D 11 15F 54 2D
Octal 324 22 60 0 134 115 21 537 124 55
Binary 11010100 10010 110000 0 1011100 1001101 10001 101011111 1010100 101101

Color Harmonies of #D41230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41230

Black with #D41230

Text Example


Text Example

White with #D41230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41230; }

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

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

background-color css

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

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

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

border-color css

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

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

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