Html Css Color HEX #D4203C Crimson

📋 copy color: '#D4203C'

red 212 ◦ green 32 ◦ blue 60

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

Shades of Crimson #D4203C

Tints of Crimson #D4203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

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

R = 69.74%
G = 10.53%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4203C (or 0xD4203C) is known color: Crimson. HEX triplet: D4, 20 and 3C. RGB value is (212,32,60). Sum of RGB (Red+Green+Blue) = 212+32+60=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D4203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4203C is #2BDFC3. Grayscale: #595959. Windows color (decimal): -2875332 or 3940564. OLE color: 3940564.

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

Color convert

RGB 212 32 60 -
CMYK 0 0.85 0.72 0.17
HSL 350.67º 0.74% 0.48% -
HSV(B) 350.67º 0.85% 0.83% -
XYZ 28.48 15.36 5.74 -
YUV 89.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 212 32 60 0 0.85 0.72 0.17 350.67 0.74 0.48
Hex D4 20 3C 0 55 48 11 15F 4A 30
Octal 324 40 74 0 125 110 21 537 112 60
Binary 11010100 100000 111100 0 1010101 1001000 10001 101011111 1001010 110000

Color Harmonies of #D4203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4203C

Black with #D4203C

Text Example


Text Example

White with #D4203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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