Html Css Color HEX #D54630 Cinnabar

📋 copy color: '#D54630'

red 213 ◦ green 70 ◦ blue 48

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

Shades of Cinnabar #D54630

Tints of Cinnabar #D54630

RGB

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

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

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

R = 64.35%
G = 21.15%
B = 14.5%

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

#D54630 (or 0xD54630) is known color: Cinnabar. HEX triplet: D5, 46 and 30. RGB value is (213,70,48). Sum of RGB (Red+Green+Blue) = 213+70+48=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D54630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54630 is #2AB9CF. Grayscale: #6E6E6E. Windows color (decimal): -2800080 or 3163861. OLE color: 3163861.

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

Color convert

RGB 213 70 48 -
CMYK 0 0.67 0.77 0.16
HSL 0.66% 0.51% -
HSV(B) 0.77% 0.84% -
XYZ 30.16 18.74 4.82 -
YUV 110.25 92.88 201.29 -
System Red Green Blue C M Y K H S L
Decimal 213 70 48 0 0.67 0.77 0.16 8 0.66 0.51
Hex D5 46 30 0 43 4D 10 8 42 33
Octal 325 106 60 0 103 115 20 10 102 63
Binary 11010101 1000110 110000 0 1000011 1001101 10000 1000 1000010 110011

Color Harmonies of #D54630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54630

Black with #D54630

Text Example


Text Example

White with #D54630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54630; }

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

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

background-color css

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

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

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

border-color css

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

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

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