Html Css Color HEX #D53D2F Cinnabar

📋 copy color: '#D53D2F'

red 213 ◦ green 61 ◦ blue 47

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

Shades of Cinnabar #D53D2F

Tints of Cinnabar #D53D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 66.36%
G = 19%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D53D2F (or 0xD53D2F) is known color: Cinnabar. HEX triplet: D5, 3D and 2F. RGB value is (213,61,47). Sum of RGB (Red+Green+Blue) = 213+61+47=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D2F is #2AC2D0. Grayscale: #696969. Windows color (decimal): -2802385 or 3096021. OLE color: 3096021.

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

Color convert

RGB 213 61 47 -
CMYK 0 0.71 0.78 0.16
HSL 5.06º 0.66% 0.51% -
HSV(B) 5.06º 0.78% 0.84% -
XYZ 29.62 17.69 4.54 -
YUV 104.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 213 61 47 0 0.71 0.78 0.16 5.06 0.66 0.51
Hex D5 3D 2F 0 47 4E 10 5 42 33
Octal 325 75 57 0 107 116 20 5 102 63
Binary 11010101 111101 101111 0 1000111 1001110 10000 101 1000010 110011

Color Harmonies of #D53D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D2F

Black with #D53D2F

Text Example


Text Example

White with #D53D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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