Html Css Color HEX #D54138 Cinnabar

📋 copy color: '#D54138'

red 213 ◦ green 65 ◦ blue 56

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

Shades of Cinnabar #D54138

Tints of Cinnabar #D54138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 63.77%
G = 19.46%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D54138 (or 0xD54138) is known color: Cinnabar. HEX triplet: D5, 41 and 38. RGB value is (213,65,56). Sum of RGB (Red+Green+Blue) = 213+65+56=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D54138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54138 is #2ABEC7. Grayscale: #6C6C6C. Windows color (decimal): -2801352 or 3686869. OLE color: 3686869.

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

Color convert

RGB 213 65 56 -
CMYK 0 0.69 0.74 0.16
HSL 3.44º 0.65% 0.53% -
HSV(B) 3.44º 0.74% 0.84% -
XYZ 30.04 18.21 5.67 -
YUV 108.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 213 65 56 0 0.69 0.74 0.16 3.44 0.65 0.53
Hex D5 41 38 0 45 4A 10 3 41 35
Octal 325 101 70 0 105 112 20 3 101 65
Binary 11010101 1000001 111000 0 1000101 1001010 10000 11 1000001 110101

Color Harmonies of #D54138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54138

Black with #D54138

Text Example


Text Example

White with #D54138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54138; }

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

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

background-color css

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

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

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

border-color css

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

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

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