Html Css Color HEX #D41235 Crimson

📋 copy color: '#D41235'

red 212 ◦ green 18 ◦ blue 53

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

Shades of Crimson #D41235

Tints of Crimson #D41235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 74.91%
G = 6.36%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D41235 (or 0xD41235) is known color: Crimson. HEX triplet: D4, 12 and 35. RGB value is (212,18,53). Sum of RGB (Red+Green+Blue) = 212+18+53=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D41235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41235 is #2BEDCA. Grayscale: #505050. Windows color (decimal): -2878923 or 3478228. OLE color: 3478228.

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

Color convert

RGB 212 18 53 -
CMYK 0 0.92 0.75 0.17
HSL 349.18º 0.84% 0.45% -
HSV(B) 349.18º 0.92% 0.83% -
XYZ 28.01 14.69 4.73 -
YUV 80 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 212 18 53 0 0.92 0.75 0.17 349.18 0.84 0.45
Hex D4 12 35 0 5C 4B 11 15D 54 2D
Octal 324 22 65 0 134 113 21 535 124 55
Binary 11010100 10010 110101 0 1011100 1001011 10001 101011101 1010100 101101

Color Harmonies of #D41235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41235

Black with #D41235

Text Example


Text Example

White with #D41235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41235; }

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

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

background-color css

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

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

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

border-color css

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

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

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