Html Css Color HEX #D40348 Crimson

📋 copy color: '#D40348'

red 212 ◦ green 3 ◦ blue 72

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

Shades of Crimson #D40348

Tints of Crimson #D40348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 73.87%
G = 1.05%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D40348 (or 0xD40348) is known color: Crimson. HEX triplet: D4, 03 and 48. RGB value is (212,3,72). Sum of RGB (Red+Green+Blue) = 212+3+72=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D40348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40348 is #2BFCB7. Grayscale: #494949. Windows color (decimal): -2882744 or 4719572. OLE color: 4719572.

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

Color convert

RGB 212 3 72 -
CMYK 0 0.99 0.66 0.17
HSL 340.19º 0.97% 0.42% -
HSV(B) 340.19º 0.99% 0.83% -
XYZ 28.35 14.53 7.44 -
YUV 73.36 127.24 226.89 -
System Red Green Blue C M Y K H S L
Decimal 212 3 72 0 0.99 0.66 0.17 340.19 0.97 0.42
Hex D4 3 48 0 63 42 11 154 61 2A
Octal 324 3 110 0 143 102 21 524 141 52
Binary 11010100 11 1001000 0 1100011 1000010 10001 101010100 1100001 101010

Color Harmonies of #D40348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40348

Black with #D40348

Text Example


Text Example

White with #D40348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40348; }

 p { color: rgb(212,3,72); }

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

background-color css

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

 a { background-color: rgb(212,3,72); }

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

border-color css

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

 span { border-color: rgb(212,3,72); }

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