Html Css Color HEX #D54323 Cinnabar

📋 copy color: '#D54323'

red 213 ◦ green 67 ◦ blue 35

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

Shades of Cinnabar #D54323

Tints of Cinnabar #D54323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.11%

R = 67.62%
G = 21.27%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D54323 (or 0xD54323) is known color: Cinnabar. HEX triplet: D5, 43 and 23. RGB value is (213,67,35). Sum of RGB (Red+Green+Blue) = 213+67+35=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D54323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54323 is #2ABCDC. Grayscale: #6B6B6B. Windows color (decimal): -2800861 or 2311125. OLE color: 2311125.

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

Color convert

RGB 213 67 35 -
CMYK 0 0.69 0.84 0.16
HSL 10.79º 0.72% 0.49% -
HSV(B) 10.79º 0.84% 0.84% -
XYZ 29.75 18.28 3.55 -
YUV 107.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 213 67 35 0 0.69 0.84 0.16 10.79 0.72 0.49
Hex D5 43 23 0 45 54 10 B 48 31
Octal 325 103 43 0 105 124 20 13 110 61
Binary 11010101 1000011 100011 0 1000101 1010100 10000 1011 1001000 110001

Color Harmonies of #D54323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54323

Black with #D54323

Text Example


Text Example

White with #D54323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54323; }

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

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

background-color css

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

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

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

border-color css

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

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

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