Html Css Color HEX #D5483C Cinnabar

📋 copy color: '#D5483C'

red 213 ◦ green 72 ◦ blue 60

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

Shades of Cinnabar #D5483C

Tints of Cinnabar #D5483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 61.74%
G = 20.87%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5483C (or 0xD5483C) is known color: Cinnabar. HEX triplet: D5, 48 and 3C. RGB value is (213,72,60). Sum of RGB (Red+Green+Blue) = 213+72+60=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5483C is #2AB7C3. Grayscale: #707070. Windows color (decimal): -2799556 or 3950805. OLE color: 3950805.

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

Color convert

RGB 213 72 60 -
CMYK 0 0.66 0.72 0.16
HSL 4.71º 0.65% 0.54% -
HSV(B) 4.71º 0.72% 0.84% -
XYZ 30.57 19.11 6.35 -
YUV 112.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 213 72 60 0 0.66 0.72 0.16 4.71 0.65 0.54
Hex D5 48 3C 0 42 48 10 5 41 36
Octal 325 110 74 0 102 110 20 5 101 66
Binary 11010101 1001000 111100 0 1000010 1001000 10000 101 1000001 110110

Color Harmonies of #D5483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5483C

Black with #D5483C

Text Example


Text Example

White with #D5483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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