Html Css Color HEX #D54130 Cinnabar

📋 copy color: '#D54130'

red 213 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #D54130

Tints of Cinnabar #D54130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 65.34%
G = 19.94%
B = 14.72%

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

#D54130 (or 0xD54130) is known color: Cinnabar. HEX triplet: D5, 41 and 30. RGB value is (213,65,48). Sum of RGB (Red+Green+Blue) = 213+65+48=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D54130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54130 is #2ABECF. Grayscale: #6B6B6B. Windows color (decimal): -2801360 or 3162581. OLE color: 3162581.

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

Color convert

RGB 213 65 48 -
CMYK 0 0.69 0.77 0.16
HSL 6.18º 0.66% 0.51% -
HSV(B) 6.18º 0.77% 0.84% -
XYZ 29.86 18.14 4.72 -
YUV 107.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 213 65 48 0 0.69 0.77 0.16 6.18 0.66 0.51
Hex D5 41 30 0 45 4D 10 6 42 33
Octal 325 101 60 0 105 115 20 6 102 63
Binary 11010101 1000001 110000 0 1000101 1001101 10000 110 1000010 110011

Color Harmonies of #D54130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54130

Black with #D54130

Text Example


Text Example

White with #D54130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54130; }

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

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

background-color css

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

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

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

border-color css

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

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

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