Html Css Color HEX #D5223D Crimson

📋 copy color: '#D5223D'

red 213 ◦ green 34 ◦ blue 61

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

Shades of Crimson #D5223D

Tints of Crimson #D5223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.04%

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

R = 69.16%
G = 11.04%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5223D (or 0xD5223D) is known color: Crimson. HEX triplet: D5, 22 and 3D. RGB value is (213,34,61). Sum of RGB (Red+Green+Blue) = 213+34+61=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5223D is #2ADDC2. Grayscale: #5A5A5A. Windows color (decimal): -2809283 or 4006613. OLE color: 4006613.

HSL color Cylindrical-coordinate representation of color #D5223D: hue angle of 350.95º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5223D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 61 -
CMYK 0 0.84 0.71 0.16
HSL 350.95º 0.72% 0.48% -
HSV(B) 350.95º 0.84% 0.84% -
XYZ 28.85 15.63 5.91 -
YUV 90.6 111.3 215.3 -
System Red Green Blue C M Y K H S L
Decimal 213 34 61 0 0.84 0.71 0.16 350.95 0.72 0.48
Hex D5 22 3D 0 54 47 10 15F 48 30
Octal 325 42 75 0 124 107 20 537 110 60
Binary 11010101 100010 111101 0 1010100 1000111 10000 101011111 1001000 110000

Color Harmonies of #D5223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5223D

Black with #D5223D

Text Example


Text Example

White with #D5223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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