Html Css Color HEX #D54A38 Cinnabar

📋 copy color: '#D54A38'

red 213 ◦ green 74 ◦ blue 56

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

Shades of Cinnabar #D54A38

Tints of Cinnabar #D54A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 56 (22.27% from 255) = 16.33%

R = 62.1%
G = 21.57%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D54A38 (or 0xD54A38) is known color: Cinnabar. HEX triplet: D5, 4A and 38. RGB value is (213,74,56). Sum of RGB (Red+Green+Blue) = 213+74+56=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A38 is #2AB5C7. Grayscale: #717171. Windows color (decimal): -2799048 or 3689173. OLE color: 3689173.

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

Color convert

RGB 213 74 56 -
CMYK 0 0.65 0.74 0.16
HSL 6.88º 0.65% 0.53% -
HSV(B) 6.88º 0.74% 0.84% -
XYZ 30.6 19.33 5.86 -
YUV 113.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 213 74 56 0 0.65 0.74 0.16 6.88 0.65 0.53
Hex D5 4A 38 0 41 4A 10 7 41 35
Octal 325 112 70 0 101 112 20 7 101 65
Binary 11010101 1001010 111000 0 1000001 1001010 10000 111 1000001 110101

Color Harmonies of #D54A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A38

Black with #D54A38

Text Example


Text Example

White with #D54A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A38; }

 p { color: rgb(213,74,56); }

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

background-color css

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

 a { background-color: rgb(213,74,56); }

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

border-color css

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

 span { border-color: rgb(213,74,56); }

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