Html Css Color HEX #D4123D Crimson

📋 copy color: '#D4123D'

red 212 ◦ green 18 ◦ blue 61

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

Shades of Crimson #D4123D

Tints of Crimson #D4123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 72.85%
G = 6.19%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4123D (or 0xD4123D) is known color: Crimson. HEX triplet: D4, 12 and 3D. RGB value is (212,18,61). Sum of RGB (Red+Green+Blue) = 212+18+61=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4123D is #2BEDC2. Grayscale: #505050. Windows color (decimal): -2878915 or 4002516. OLE color: 4002516.

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

Color convert

RGB 212 18 61 -
CMYK 0 0.92 0.71 0.17
HSL 346.7º 0.84% 0.45% -
HSV(B) 346.7º 0.92% 0.83% -
XYZ 28.21 14.77 5.78 -
YUV 80.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 212 18 61 0 0.92 0.71 0.17 346.7 0.84 0.45
Hex D4 12 3D 0 5C 47 11 15B 54 2D
Octal 324 22 75 0 134 107 21 533 124 55
Binary 11010100 10010 111101 0 1011100 1000111 10001 101011011 1010100 101101

Color Harmonies of #D4123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4123D

Black with #D4123D

Text Example


Text Example

White with #D4123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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