Html Css Color HEX #D54730 Cinnabar

📋 copy color: '#D54730'

red 213 ◦ green 71 ◦ blue 48

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

Shades of Cinnabar #D54730

Tints of Cinnabar #D54730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.39%

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 64.16%
G = 21.39%
B = 14.46%

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

#D54730 (or 0xD54730) is known color: Cinnabar. HEX triplet: D5, 47 and 30. RGB value is (213,71,48). Sum of RGB (Red+Green+Blue) = 213+71+48=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D54730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54730 is #2AB8CF. Grayscale: #6F6F6F. Windows color (decimal): -2799824 or 3164117. OLE color: 3164117.

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

Color convert

RGB 213 71 48 -
CMYK 0 0.67 0.77 0.16
HSL 8.36º 0.66% 0.51% -
HSV(B) 8.36º 0.77% 0.84% -
XYZ 30.23 18.87 4.84 -
YUV 110.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 213 71 48 0 0.67 0.77 0.16 8.36 0.66 0.51
Hex D5 47 30 0 43 4D 10 8 42 33
Octal 325 107 60 0 103 115 20 10 102 63
Binary 11010101 1000111 110000 0 1000011 1001101 10000 1000 1000010 110011

Color Harmonies of #D54730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54730

Black with #D54730

Text Example


Text Example

White with #D54730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54730; }

 p { color: rgb(213,71,48); }

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

background-color css

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

 a { background-color: rgb(213,71,48); }

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

border-color css

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

 span { border-color: rgb(213,71,48); }

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