Html Css Color HEX #D54632 Cinnabar

📋 copy color: '#D54632'

red 213 ◦ green 70 ◦ blue 50

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

Shades of Cinnabar #D54632

Tints of Cinnabar #D54632

RGB

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

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

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

R = 63.96%
G = 21.02%
B = 15.02%

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

#D54632 (or 0xD54632) is known color: Cinnabar. HEX triplet: D5, 46 and 32. RGB value is (213,70,50). Sum of RGB (Red+Green+Blue) = 213+70+50=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D54632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54632 is #2AB9CD. Grayscale: #6E6E6E. Windows color (decimal): -2800078 or 3294933. OLE color: 3294933.

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

Color convert

RGB 213 70 50 -
CMYK 0 0.67 0.77 0.16
HSL 7.36º 0.66% 0.52% -
HSV(B) 7.36º 0.77% 0.84% -
XYZ 30.21 18.76 5.05 -
YUV 110.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 213 70 50 0 0.67 0.77 0.16 7.36 0.66 0.52
Hex D5 46 32 0 43 4D 10 7 42 34
Octal 325 106 62 0 103 115 20 7 102 64
Binary 11010101 1000110 110010 0 1000011 1001101 10000 111 1000010 110100

Color Harmonies of #D54632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54632

Black with #D54632

Text Example


Text Example

White with #D54632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54632; }

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

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

background-color css

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

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

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

border-color css

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

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

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