Html Css Color HEX #D5033B Crimson

📋 copy color: '#D5033B'

red 213 ◦ green 3 ◦ blue 59

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

Shades of Crimson #D5033B

Tints of Crimson #D5033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 77.45%
G = 1.09%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5033B (or 0xD5033B) is known color: Crimson. HEX triplet: D5, 03 and 3B. RGB value is (213,3,59). Sum of RGB (Red+Green+Blue) = 213+3+59=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5033B is #2AFCC4. Grayscale: #484848. Windows color (decimal): -2817221 or 3867605. OLE color: 3867605.

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

Color convert

RGB 213 3 59 -
CMYK 0 0.99 0.72 0.16
HSL 344º 0.97% 0.42% -
HSV(B) 344º 0.99% 0.84% -
XYZ 28.26 14.53 5.45 -
YUV 72.17 120.57 228.45 -
System Red Green Blue C M Y K H S L
Decimal 213 3 59 0 0.99 0.72 0.16 344 0.97 0.42
Hex D5 3 3B 0 63 48 10 158 61 2A
Octal 325 3 73 0 143 110 20 530 141 52
Binary 11010101 11 111011 0 1100011 1001000 10000 101011000 1100001 101010

Color Harmonies of #D5033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5033B

Black with #D5033B

Text Example


Text Example

White with #D5033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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