Html Css Color HEX #D53D27 Cinnabar

📋 copy color: '#D53D27'

red 213 ◦ green 61 ◦ blue 39

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

Shades of Cinnabar #D53D27

Tints of Cinnabar #D53D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.46%

R = 68.05%
G = 19.49%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D53D27 (or 0xD53D27) is known color: Cinnabar. HEX triplet: D5, 3D and 27. RGB value is (213,61,39). Sum of RGB (Red+Green+Blue) = 213+61+39=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D27 is #2AC2D8. Grayscale: #686868. Windows color (decimal): -2802393 or 2571733. OLE color: 2571733.

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

Color convert

RGB 213 61 39 -
CMYK 0 0.71 0.82 0.16
HSL 7.59º 0.69% 0.49% -
HSV(B) 7.59º 0.82% 0.84% -
XYZ 29.48 17.63 3.77 -
YUV 103.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 213 61 39 0 0.71 0.82 0.16 7.59 0.69 0.49
Hex D5 3D 27 0 47 52 10 8 45 31
Octal 325 75 47 0 107 122 20 10 105 61
Binary 11010101 111101 100111 0 1000111 1010010 10000 1000 1000101 110001

Color Harmonies of #D53D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D27

Black with #D53D27

Text Example


Text Example

White with #D53D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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