Html Css Color HEX #D54430 Cinnabar

📋 copy color: '#D54430'

red 213 ◦ green 68 ◦ blue 48

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

Shades of Cinnabar #D54430

Tints of Cinnabar #D54430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 64.74%
G = 20.67%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D54430 (or 0xD54430) is known color: Cinnabar. HEX triplet: D5, 44 and 30. RGB value is (213,68,48). Sum of RGB (Red+Green+Blue) = 213+68+48=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D54430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54430 is #2ABBCF. Grayscale: #6D6D6D. Windows color (decimal): -2800592 or 3163349. OLE color: 3163349.

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

Color convert

RGB 213 68 48 -
CMYK 0 0.68 0.77 0.16
HSL 7.27º 0.66% 0.51% -
HSV(B) 7.27º 0.77% 0.84% -
XYZ 30.04 18.49 4.78 -
YUV 109.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 213 68 48 0 0.68 0.77 0.16 7.27 0.66 0.51
Hex D5 44 30 0 44 4D 10 7 42 33
Octal 325 104 60 0 104 115 20 7 102 63
Binary 11010101 1000100 110000 0 1000100 1001101 10000 111 1000010 110011

Color Harmonies of #D54430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54430

Black with #D54430

Text Example


Text Example

White with #D54430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54430; }

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

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

background-color css

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

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

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

border-color css

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

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

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