Html Css Color HEX #D53D29 Cinnabar

📋 copy color: '#D53D29'

red 213 ◦ green 61 ◦ blue 41

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

Shades of Cinnabar #D53D29

Tints of Cinnabar #D53D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 67.62%
G = 19.37%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53D29 (or 0xD53D29) is known color: Cinnabar. HEX triplet: D5, 3D and 29. RGB value is (213,61,41). Sum of RGB (Red+Green+Blue) = 213+61+41=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D29 is #2AC2D6. Grayscale: #686868. Windows color (decimal): -2802391 or 2702805. OLE color: 2702805.

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

Color convert

RGB 213 61 41 -
CMYK 0 0.71 0.81 0.16
HSL 6.98º 0.68% 0.5% -
HSV(B) 6.98º 0.81% 0.84% -
XYZ 29.51 17.64 3.95 -
YUV 104.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 213 61 41 0 0.71 0.81 0.16 6.98 0.68 0.5
Hex D5 3D 29 0 47 51 10 7 44 32
Octal 325 75 51 0 107 121 20 7 104 62
Binary 11010101 111101 101001 0 1000111 1010001 10000 111 1000100 110010

Color Harmonies of #D53D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D29

Black with #D53D29

Text Example


Text Example

White with #D53D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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