Html Css Color HEX #D54132 Cinnabar

📋 copy color: '#D54132'

red 213 ◦ green 65 ◦ blue 50

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

Shades of Cinnabar #D54132

Tints of Cinnabar #D54132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 64.94%
G = 19.82%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D54132 (or 0xD54132) is known color: Cinnabar. HEX triplet: D5, 41 and 32. RGB value is (213,65,50). Sum of RGB (Red+Green+Blue) = 213+65+50=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D54132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54132 is #2ABECD. Grayscale: #6B6B6B. Windows color (decimal): -2801358 or 3293653. OLE color: 3293653.

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

Color convert

RGB 213 65 50 -
CMYK 0 0.69 0.77 0.16
HSL 5.52º 0.66% 0.52% -
HSV(B) 5.52º 0.77% 0.84% -
XYZ 29.91 18.16 4.95 -
YUV 107.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 213 65 50 0 0.69 0.77 0.16 5.52 0.66 0.52
Hex D5 41 32 0 45 4D 10 6 42 34
Octal 325 101 62 0 105 115 20 6 102 64
Binary 11010101 1000001 110010 0 1000101 1001101 10000 110 1000010 110100

Color Harmonies of #D54132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54132

Black with #D54132

Text Example


Text Example

White with #D54132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54132; }

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

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

background-color css

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

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

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

border-color css

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

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

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