Html Css Color HEX #D50235 Crimson

📋 copy color: '#D50235'

red 213 ◦ green 2 ◦ blue 53

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

Shades of Crimson #D50235

Tints of Crimson #D50235

RGB

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

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

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

R = 79.48%
G = 0.75%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D50235 (or 0xD50235) is known color: Crimson. HEX triplet: D5, 02 and 35. RGB value is (213,2,53). Sum of RGB (Red+Green+Blue) = 213+2+53=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D50235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50235 is #2AFDCA. Grayscale: #464646. Windows color (decimal): -2817483 or 3474133. OLE color: 3474133.

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

Color convert

RGB 213 2 53 -
CMYK 0 0.99 0.75 0.16
HSL 345.5º 0.98% 0.42% -
HSV(B) 345.5º 0.99% 0.84% -
XYZ 28.1 14.45 4.68 -
YUV 70.9 117.9 229.35 -
System Red Green Blue C M Y K H S L
Decimal 213 2 53 0 0.99 0.75 0.16 345.5 0.98 0.42
Hex D5 2 35 0 63 4B 10 159 62 2A
Octal 325 2 65 0 143 113 20 531 142 52
Binary 11010101 10 110101 0 1100011 1001011 10000 101011001 1100010 101010

Color Harmonies of #D50235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50235

Black with #D50235

Text Example


Text Example

White with #D50235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50235; }

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

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

background-color css

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

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

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

border-color css

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

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

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