Html Css Color HEX #D4213A Crimson

📋 copy color: '#D4213A'

red 212 ◦ green 33 ◦ blue 58

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

Shades of Crimson #D4213A

Tints of Crimson #D4213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 69.97%
G = 10.89%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4213A (or 0xD4213A) is known color: Crimson. HEX triplet: D4, 21 and 3A. RGB value is (212,33,58). Sum of RGB (Red+Green+Blue) = 212+33+58=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D4213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4213A is #2BDEC5. Grayscale: #595959. Windows color (decimal): -2875078 or 3809748. OLE color: 3809748.

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

Color convert

RGB 212 33 58 -
CMYK 0 0.84 0.73 0.17
HSL 351.62º 0.73% 0.48% -
HSV(B) 351.62º 0.84% 0.83% -
XYZ 28.46 15.39 5.47 -
YUV 89.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 212 33 58 0 0.84 0.73 0.17 351.62 0.73 0.48
Hex D4 21 3A 0 54 49 11 160 49 30
Octal 324 41 72 0 124 111 21 540 111 60
Binary 11010100 100001 111010 0 1010100 1001001 10001 101100000 1001001 110000

Color Harmonies of #D4213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4213A

Black with #D4213A

Text Example


Text Example

White with #D4213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4213A; }

 p { color: rgb(212,33,58); }

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

background-color css

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

 a { background-color: rgb(212,33,58); }

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

border-color css

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

 span { border-color: rgb(212,33,58); }

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