Html Css Color HEX #D5042B Crimson

📋 copy color: '#D5042B'

red 213 ◦ green 4 ◦ blue 43

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

Shades of Crimson #D5042B

Tints of Crimson #D5042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 81.92%
G = 1.54%
B = 16.54%

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

#D5042B (or 0xD5042B) is known color: Crimson. HEX triplet: D5, 04 and 2B. RGB value is (213,4,43). Sum of RGB (Red+Green+Blue) = 213+4+43=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D5042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5042B is #2AFBD4. Grayscale: #464646. Windows color (decimal): -2816981 or 2819285. OLE color: 2819285.

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

Color convert

RGB 213 4 43 -
CMYK 0 0.98 0.80 0.16
HSL 348.8º 0.96% 0.43% -
HSV(B) 348.8º 0.98% 0.84% -
XYZ 27.92 14.41 3.59 -
YUV 70.94 112.24 229.33 -
System Red Green Blue C M Y K H S L
Decimal 213 4 43 0 0.98 0.80 0.16 348.8 0.96 0.43
Hex D5 4 2B 0 62 50 10 15D 60 2B
Octal 325 4 53 0 142 120 20 535 140 53
Binary 11010101 100 101011 0 1100010 1010000 10000 101011101 1100000 101011

Color Harmonies of #D5042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5042B

Black with #D5042B

Text Example


Text Example

White with #D5042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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