Html Css Color HEX #D5483A Cinnabar

📋 copy color: '#D5483A'

red 213 ◦ green 72 ◦ blue 58

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

Shades of Cinnabar #D5483A

Tints of Cinnabar #D5483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 62.1%
G = 20.99%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5483A (or 0xD5483A) is known color: Cinnabar. HEX triplet: D5, 48 and 3A. RGB value is (213,72,58). Sum of RGB (Red+Green+Blue) = 213+72+58=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5483A is #2AB7C5. Grayscale: #707070. Windows color (decimal): -2799558 or 3819733. OLE color: 3819733.

HSL color Cylindrical-coordinate representation of color #D5483A: hue angle of 5.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5483A is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 58 -
CMYK 0 0.66 0.73 0.16
HSL 5.42º 0.65% 0.53% -
HSV(B) 5.42º 0.73% 0.84% -
XYZ 30.52 19.09 6.08 -
YUV 112.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 213 72 58 0 0.66 0.73 0.16 5.42 0.65 0.53
Hex D5 48 3A 0 42 49 10 5 41 35
Octal 325 110 72 0 102 111 20 5 101 65
Binary 11010101 1001000 111010 0 1000010 1001001 10000 101 1000001 110101

Color Harmonies of #D5483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5483A

Black with #D5483A

Text Example


Text Example

White with #D5483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5483A; }

 p { color: rgb(213,72,58); }

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

background-color css

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

 a { background-color: rgb(213,72,58); }

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

border-color css

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

 span { border-color: rgb(213,72,58); }

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