Html Css Color HEX #D40043 Crimson

📋 copy color: '#D40043'

red 212 ◦ green 0 ◦ blue 67

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

Shades of Crimson #D40043

Tints of Crimson #D40043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 75.99%
G = 0%
B = 24.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D40043 (or 0xD40043) is known color: Crimson. HEX triplet: D4, 00 and 43. RGB value is (212,0,67). Sum of RGB (Red+Green+Blue) = 212+0+67=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D40043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40043 is #2BFFBC. Grayscale: #464646. Windows color (decimal): -2883517 or 4391124. OLE color: 4391124.

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

Color convert

RGB 212 0 67 -
CMYK 0 1 0.68 0.17
HSL 341.04º 1% 0.42% -
HSV(B) 341.04º 1% 0.83% -
XYZ 28.16 14.4 6.61 -
YUV 71.03 125.74 228.55 -
System Red Green Blue C M Y K H S L
Decimal 212 0 67 0 1 0.68 0.17 341.04 1 0.42
Hex D4 0 43 0 64 44 11 155 64 2A
Octal 324 0 103 0 144 104 21 525 144 52
Binary 11010100 0 1000011 0 1100100 1000100 10001 101010101 1100100 101010

Color Harmonies of #D40043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40043

Black with #D40043

Text Example


Text Example

White with #D40043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40043; }

 p { color: rgb(212,0,67); }

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

background-color css

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

 a { background-color: rgb(212,0,67); }

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

border-color css

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

 span { border-color: rgb(212,0,67); }

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