Html Css Color HEX #D40735 Crimson

📋 copy color: '#D40735'

red 212 ◦ green 7 ◦ blue 53

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

Shades of Crimson #D40735

Tints of Crimson #D40735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 77.94%
G = 2.57%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D40735 (or 0xD40735) is known color: Crimson. HEX triplet: D4, 07 and 35. RGB value is (212,7,53). Sum of RGB (Red+Green+Blue) = 212+7+53=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D40735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40735 is #2BF8CA. Grayscale: #494949. Windows color (decimal): -2881739 or 3475412. OLE color: 3475412.

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

Color convert

RGB 212 7 53 -
CMYK 0 0.97 0.75 0.17
HSL 346.54º 0.94% 0.43% -
HSV(B) 346.54º 0.97% 0.83% -
XYZ 27.87 14.41 4.68 -
YUV 73.54 116.42 226.76 -
System Red Green Blue C M Y K H S L
Decimal 212 7 53 0 0.97 0.75 0.17 346.54 0.94 0.43
Hex D4 7 35 0 61 4B 11 15B 5E 2B
Octal 324 7 65 0 141 113 21 533 136 53
Binary 11010100 111 110101 0 1100001 1001011 10001 101011011 1011110 101011

Color Harmonies of #D40735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40735

Black with #D40735

Text Example


Text Example

White with #D40735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40735; }

 p { color: rgb(212,7,53); }

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

background-color css

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

 a { background-color: rgb(212,7,53); }

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

border-color css

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

 span { border-color: rgb(212,7,53); }

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