Html Css Color HEX #D5033D Crimson

📋 copy color: '#D5033D'

red 213 ◦ green 3 ◦ blue 61

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

Shades of Crimson #D5033D

Tints of Crimson #D5033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 76.9%
G = 1.08%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5033D (or 0xD5033D) is known color: Crimson. HEX triplet: D5, 03 and 3D. RGB value is (213,3,61). Sum of RGB (Red+Green+Blue) = 213+3+61=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5033D is #2AFCC2. Grayscale: #484848. Windows color (decimal): -2817219 or 3998677. OLE color: 3998677.

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

Color convert

RGB 213 3 61 -
CMYK 0 0.99 0.71 0.16
HSL 343.43º 0.97% 0.42% -
HSV(B) 343.43º 0.99% 0.84% -
XYZ 28.32 14.55 5.73 -
YUV 72.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 213 3 61 0 0.99 0.71 0.16 343.43 0.97 0.42
Hex D5 3 3D 0 63 47 10 157 61 2A
Octal 325 3 75 0 143 107 20 527 141 52
Binary 11010101 11 111101 0 1100011 1000111 10000 101010111 1100001 101010

Color Harmonies of #D5033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5033D

Black with #D5033D

Text Example


Text Example

White with #D5033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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