Html Css Color HEX #D4223D Crimson

📋 copy color: '#D4223D'

red 212 ◦ green 34 ◦ blue 61

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

Shades of Crimson #D4223D

Tints of Crimson #D4223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.07%

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

R = 69.06%
G = 11.07%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4223D (or 0xD4223D) is known color: Crimson. HEX triplet: D4, 22 and 3D. RGB value is (212,34,61). Sum of RGB (Red+Green+Blue) = 212+34+61=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4223D is #2BDDC2. Grayscale: #5A5A5A. Windows color (decimal): -2874819 or 4006612. OLE color: 4006612.

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

Color convert

RGB 212 34 61 -
CMYK 0 0.84 0.71 0.17
HSL 350.9º 0.72% 0.48% -
HSV(B) 350.9º 0.84% 0.83% -
XYZ 28.57 15.48 5.9 -
YUV 90.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 212 34 61 0 0.84 0.71 0.17 350.9 0.72 0.48
Hex D4 22 3D 0 54 47 11 15F 48 30
Octal 324 42 75 0 124 107 21 537 110 60
Binary 11010100 100010 111101 0 1010100 1000111 10001 101011111 1001000 110000

Color Harmonies of #D4223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4223D

Black with #D4223D

Text Example


Text Example

White with #D4223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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