Html Css Color HEX #D54331 Cinnabar

📋 copy color: '#D54331'

red 213 ◦ green 67 ◦ blue 49

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

Shades of Cinnabar #D54331

Tints of Cinnabar #D54331

RGB

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

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

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

R = 64.74%
G = 20.36%
B = 14.89%

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

#D54331 (or 0xD54331) is known color: Cinnabar. HEX triplet: D5, 43 and 31. RGB value is (213,67,49). Sum of RGB (Red+Green+Blue) = 213+67+49=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D54331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54331 is #2ABCCE. Grayscale: #6C6C6C. Windows color (decimal): -2800847 or 3228629. OLE color: 3228629.

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

Color convert

RGB 213 67 49 -
CMYK 0 0.69 0.77 0.16
HSL 6.59º 0.66% 0.51% -
HSV(B) 6.59º 0.77% 0.84% -
XYZ 30 18.38 4.87 -
YUV 108.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 213 67 49 0 0.69 0.77 0.16 6.59 0.66 0.51
Hex D5 43 31 0 45 4D 10 7 42 33
Octal 325 103 61 0 105 115 20 7 102 63
Binary 11010101 1000011 110001 0 1000101 1001101 10000 111 1000010 110011

Color Harmonies of #D54331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54331

Black with #D54331

Text Example


Text Example

White with #D54331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54331; }

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

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

background-color css

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

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

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

border-color css

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

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

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