Html Css Color HEX #D50234 Crimson

📋 copy color: '#D50234'

red 213 ◦ green 2 ◦ blue 52

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

Shades of Crimson #D50234

Tints of Crimson #D50234

RGB

 RED value IS 213 (83.59% from 255) = 79.78%

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 79.78%
G = 0.75%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D50234 (or 0xD50234) is known color: Crimson. HEX triplet: D5, 02 and 34. RGB value is (213,2,52). Sum of RGB (Red+Green+Blue) = 213+2+52=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D50234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50234 is #2AFDCB. Grayscale: #464646. Windows color (decimal): -2817484 or 3408597. OLE color: 3408597.

HSL color Cylindrical-coordinate representation of color #D50234: hue angle of 345.78º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50234 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 52 -
CMYK 0 0.99 0.76 0.16
HSL 345.78º 0.98% 0.42% -
HSV(B) 345.78º 0.99% 0.84% -
XYZ 28.08 14.44 4.56 -
YUV 70.79 117.4 229.43 -
System Red Green Blue C M Y K H S L
Decimal 213 2 52 0 0.99 0.76 0.16 345.78 0.98 0.42
Hex D5 2 34 0 63 4C 10 15A 62 2A
Octal 325 2 64 0 143 114 20 532 142 52
Binary 11010101 10 110100 0 1100011 1001100 10000 101011010 1100010 101010

Color Harmonies of #D50234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50234

Black with #D50234

Text Example


Text Example

White with #D50234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50234; }

 p { color: rgb(213,2,52); }

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

background-color css

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

 a { background-color: rgb(213,2,52); }

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

border-color css

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

 span { border-color: rgb(213,2,52); }

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