Html Css Color HEX #D5052B Crimson

📋 copy color: '#D5052B'

red 213 ◦ green 5 ◦ blue 43

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

Shades of Crimson #D5052B

Tints of Crimson #D5052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 81.61%
G = 1.92%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5052B (or 0xD5052B) is known color: Crimson. HEX triplet: D5, 05 and 2B. RGB value is (213,5,43). Sum of RGB (Red+Green+Blue) = 213+5+43=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D5052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5052B is #2AFAD4. Grayscale: #474747. Windows color (decimal): -2816725 or 2819541. OLE color: 2819541.

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

Color convert

RGB 213 5 43 -
CMYK 0 0.98 0.80 0.16
HSL 349.04º 0.95% 0.43% -
HSV(B) 349.04º 0.98% 0.84% -
XYZ 27.93 14.43 3.6 -
YUV 71.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 213 5 43 0 0.98 0.80 0.16 349.04 0.95 0.43
Hex D5 5 2B 0 62 50 10 15D 5F 2B
Octal 325 5 53 0 142 120 20 535 137 53
Binary 11010101 101 101011 0 1100010 1010000 10000 101011101 1011111 101011

Color Harmonies of #D5052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5052B

Black with #D5052B

Text Example


Text Example

White with #D5052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5052B; }

 p { color: rgb(213,5,43); }

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

background-color css

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

 a { background-color: rgb(213,5,43); }

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

border-color css

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

 span { border-color: rgb(213,5,43); }

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