Html Css Color HEX #D54030 Cinnabar

📋 copy color: '#D54030'

red 213 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #D54030

Tints of Cinnabar #D54030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 65.54%
G = 19.69%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D54030 (or 0xD54030) is known color: Cinnabar. HEX triplet: D5, 40 and 30. RGB value is (213,64,48). Sum of RGB (Red+Green+Blue) = 213+64+48=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D54030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54030 is #2ABFCF. Grayscale: #6A6A6A. Windows color (decimal): -2801616 or 3162325. OLE color: 3162325.

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

Color convert

RGB 213 64 48 -
CMYK 0 0.70 0.77 0.16
HSL 5.82º 0.66% 0.51% -
HSV(B) 5.82º 0.77% 0.84% -
XYZ 29.81 18.03 4.7 -
YUV 106.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 213 64 48 0 0.70 0.77 0.16 5.82 0.66 0.51
Hex D5 40 30 0 46 4D 10 6 42 33
Octal 325 100 60 0 106 115 20 6 102 63
Binary 11010101 1000000 110000 0 1000110 1001101 10000 110 1000010 110011

Color Harmonies of #D54030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54030

Black with #D54030

Text Example


Text Example

White with #D54030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54030; }

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

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

background-color css

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

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

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

border-color css

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

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

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