Html Css Color HEX #D5052C Crimson

📋 copy color: '#D5052C'

red 213 ◦ green 5 ◦ blue 44

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

Shades of Crimson #D5052C

Tints of Crimson #D5052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 81.3%
G = 1.91%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5052C (or 0xD5052C) is known color: Crimson. HEX triplet: D5, 05 and 2C. RGB value is (213,5,44). Sum of RGB (Red+Green+Blue) = 213+5+44=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5052C is #2AFAD3. Grayscale: #474747. Windows color (decimal): -2816724 or 2885077. OLE color: 2885077.

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

Color convert

RGB 213 5 44 -
CMYK 0 0.98 0.79 0.16
HSL 348.75º 0.95% 0.43% -
HSV(B) 348.75º 0.98% 0.84% -
XYZ 27.95 14.44 3.7 -
YUV 71.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 213 5 44 0 0.98 0.79 0.16 348.75 0.95 0.43
Hex D5 5 2C 0 62 4F 10 15D 5F 2B
Octal 325 5 54 0 142 117 20 535 137 53
Binary 11010101 101 101100 0 1100010 1001111 10000 101011101 1011111 101011

Color Harmonies of #D5052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5052C

Black with #D5052C

Text Example


Text Example

White with #D5052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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