Html Css Color HEX #D54631 Cinnabar

📋 copy color: '#D54631'

red 213 ◦ green 70 ◦ blue 49

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

Shades of Cinnabar #D54631

Tints of Cinnabar #D54631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 49 (19.53% from 255) = 14.76%

R = 64.16%
G = 21.08%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D54631 (or 0xD54631) is known color: Cinnabar. HEX triplet: D5, 46 and 31. RGB value is (213,70,49). Sum of RGB (Red+Green+Blue) = 213+70+49=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D54631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54631 is #2AB9CE. Grayscale: #6E6E6E. Windows color (decimal): -2800079 or 3229397. OLE color: 3229397.

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

Color convert

RGB 213 70 49 -
CMYK 0 0.67 0.77 0.16
HSL 7.68º 0.66% 0.51% -
HSV(B) 7.68º 0.77% 0.84% -
XYZ 30.19 18.75 4.93 -
YUV 110.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 213 70 49 0 0.67 0.77 0.16 7.68 0.66 0.51
Hex D5 46 31 0 43 4D 10 8 42 33
Octal 325 106 61 0 103 115 20 10 102 63
Binary 11010101 1000110 110001 0 1000011 1001101 10000 1000 1000010 110011

Color Harmonies of #D54631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54631

Black with #D54631

Text Example


Text Example

White with #D54631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54631; }

 p { color: rgb(213,70,49); }

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

background-color css

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

 a { background-color: rgb(213,70,49); }

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

border-color css

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

 span { border-color: rgb(213,70,49); }

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