Html Css Color HEX #D54329 Cinnabar

📋 copy color: '#D54329'

red 213 ◦ green 67 ◦ blue 41

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

Shades of Cinnabar #D54329

Tints of Cinnabar #D54329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

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

R = 66.36%
G = 20.87%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D54329 (or 0xD54329) is known color: Cinnabar. HEX triplet: D5, 43 and 29. RGB value is (213,67,41). Sum of RGB (Red+Green+Blue) = 213+67+41=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D54329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54329 is #2ABCD6. Grayscale: #6B6B6B. Windows color (decimal): -2800855 or 2704341. OLE color: 2704341.

HSL color Cylindrical-coordinate representation of color #D54329: hue angle of 9.07º 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 #D54329 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 41 -
CMYK 0 0.69 0.81 0.16
HSL 9.07º 0.68% 0.5% -
HSV(B) 9.07º 0.81% 0.84% -
XYZ 29.85 18.32 4.06 -
YUV 107.69 90.37 203.11 -
System Red Green Blue C M Y K H S L
Decimal 213 67 41 0 0.69 0.81 0.16 9.07 0.68 0.5
Hex D5 43 29 0 45 51 10 9 44 32
Octal 325 103 51 0 105 121 20 11 104 62
Binary 11010101 1000011 101001 0 1000101 1010001 10000 1001 1000100 110010

Color Harmonies of #D54329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54329

Black with #D54329

Text Example


Text Example

White with #D54329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54329; }

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

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

background-color css

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

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

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

border-color css

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

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

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