Html Css Color HEX #D40335 Crimson

📋 copy color: '#D40335'

red 212 ◦ green 3 ◦ blue 53

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

Shades of Crimson #D40335

Tints of Crimson #D40335

RGB

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

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

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

R = 79.1%
G = 1.12%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D40335 (or 0xD40335) is known color: Crimson. HEX triplet: D4, 03 and 35. RGB value is (212,3,53). Sum of RGB (Red+Green+Blue) = 212+3+53=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D40335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40335 is #2BFCCA. Grayscale: #474747. Windows color (decimal): -2882763 or 3474388. OLE color: 3474388.

HSL color Cylindrical-coordinate representation of color #D40335: hue angle of 345.65º 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 #D40335 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 53 -
CMYK 0 0.99 0.75 0.17
HSL 345.65º 0.97% 0.42% -
HSV(B) 345.65º 0.99% 0.83% -
XYZ 27.83 14.32 4.67 -
YUV 71.19 117.74 228.43 -
System Red Green Blue C M Y K H S L
Decimal 212 3 53 0 0.99 0.75 0.17 345.65 0.97 0.42
Hex D4 3 35 0 63 4B 11 15A 61 2A
Octal 324 3 65 0 143 113 21 532 141 52
Binary 11010100 11 110101 0 1100011 1001011 10001 101011010 1100001 101010

Color Harmonies of #D40335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40335

Black with #D40335

Text Example


Text Example

White with #D40335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40335; }

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

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

background-color css

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

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

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

border-color css

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

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

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