Html Css Color HEX #D5033C Crimson

📋 copy color: '#D5033C'

red 213 ◦ green 3 ◦ blue 60

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

Shades of Crimson #D5033C

Tints of Crimson #D5033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 77.17%
G = 1.09%
B = 21.74%

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

#D5033C (or 0xD5033C) is known color: Crimson. HEX triplet: D5, 03 and 3C. RGB value is (213,3,60). Sum of RGB (Red+Green+Blue) = 213+3+60=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5033C is #2AFCC3. Grayscale: #484848. Windows color (decimal): -2817220 or 3933141. OLE color: 3933141.

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

Color convert

RGB 213 3 60 -
CMYK 0 0.99 0.72 0.16
HSL 343.71º 0.97% 0.42% -
HSV(B) 343.71º 0.99% 0.84% -
XYZ 28.29 14.54 5.59 -
YUV 72.29 121.07 228.37 -
System Red Green Blue C M Y K H S L
Decimal 213 3 60 0 0.99 0.72 0.16 343.71 0.97 0.42
Hex D5 3 3C 0 63 48 10 158 61 2A
Octal 325 3 74 0 143 110 20 530 141 52
Binary 11010101 11 111100 0 1100011 1001000 10000 101011000 1100001 101010

Color Harmonies of #D5033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5033C

Black with #D5033C

Text Example


Text Example

White with #D5033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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