Html Css Color HEX #D5032F Crimson

📋 copy color: '#D5032F'

red 213 ◦ green 3 ◦ blue 47

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

Shades of Crimson #D5032F

Tints of Crimson #D5032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 80.99%
G = 1.14%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5032F (or 0xD5032F) is known color: Crimson. HEX triplet: D5, 03 and 2F. RGB value is (213,3,47). Sum of RGB (Red+Green+Blue) = 213+3+47=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D5032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5032F is #2AFCD0. Grayscale: #464646. Windows color (decimal): -2817233 or 3081173. OLE color: 3081173.

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

Color convert

RGB 213 3 47 -
CMYK 0 0.99 0.78 0.16
HSL 347.43º 0.97% 0.42% -
HSV(B) 347.43º 0.99% 0.84% -
XYZ 27.99 14.42 4 -
YUV 70.81 114.57 229.42 -
System Red Green Blue C M Y K H S L
Decimal 213 3 47 0 0.99 0.78 0.16 347.43 0.97 0.42
Hex D5 3 2F 0 63 4E 10 15B 61 2A
Octal 325 3 57 0 143 116 20 533 141 52
Binary 11010101 11 101111 0 1100011 1001110 10000 101011011 1100001 101010

Color Harmonies of #D5032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5032F

Black with #D5032F

Text Example


Text Example

White with #D5032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5032F; }

 p { color: rgb(213,3,47); }

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

background-color css

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

 a { background-color: rgb(213,3,47); }

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

border-color css

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

 span { border-color: rgb(213,3,47); }

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