Html Css Color HEX #D4183C Crimson

📋 copy color: '#D4183C'

red 212 ◦ green 24 ◦ blue 60

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

Shades of Crimson #D4183C

Tints of Crimson #D4183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 71.62%
G = 8.11%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4183C (or 0xD4183C) is known color: Crimson. HEX triplet: D4, 18 and 3C. RGB value is (212,24,60). Sum of RGB (Red+Green+Blue) = 212+24+60=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4183C is #2BE7C3. Grayscale: #545454. Windows color (decimal): -2877380 or 3938516. OLE color: 3938516.

HSL color Cylindrical-coordinate representation of color #D4183C: hue angle of 348.51º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4183C is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 60 -
CMYK 0 0.89 0.72 0.17
HSL 348.51º 0.8% 0.46% -
HSV(B) 348.51º 0.89% 0.83% -
XYZ 28.29 14.98 5.67 -
YUV 84.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 212 24 60 0 0.89 0.72 0.17 348.51 0.8 0.46
Hex D4 18 3C 0 59 48 11 15D 50 2E
Octal 324 30 74 0 131 110 21 535 120 56
Binary 11010100 11000 111100 0 1011001 1001000 10001 101011101 1010000 101110

Color Harmonies of #D4183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4183C

Black with #D4183C

Text Example


Text Example

White with #D4183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4183C; }

 p { color: rgb(212,24,60); }

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

background-color css

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

 a { background-color: rgb(212,24,60); }

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

border-color css

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

 span { border-color: rgb(212,24,60); }

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