Html Css Color HEX #D5482F Cinnabar

📋 copy color: '#D5482F'

red 213 ◦ green 72 ◦ blue 47

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

Shades of Cinnabar #D5482F

Tints of Cinnabar #D5482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 64.16%
G = 21.69%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5482F (or 0xD5482F) is known color: Cinnabar. HEX triplet: D5, 48 and 2F. RGB value is (213,72,47). Sum of RGB (Red+Green+Blue) = 213+72+47=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D5482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5482F is #2AB7D0. Grayscale: #6F6F6F. Windows color (decimal): -2799569 or 3098837. OLE color: 3098837.

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

Color convert

RGB 213 72 47 -
CMYK 0 0.66 0.78 0.16
HSL 9.04º 0.66% 0.51% -
HSV(B) 9.04º 0.78% 0.84% -
XYZ 30.27 18.99 4.76 -
YUV 111.31 91.71 200.53 -
System Red Green Blue C M Y K H S L
Decimal 213 72 47 0 0.66 0.78 0.16 9.04 0.66 0.51
Hex D5 48 2F 0 42 4E 10 9 42 33
Octal 325 110 57 0 102 116 20 11 102 63
Binary 11010101 1001000 101111 0 1000010 1001110 10000 1001 1000010 110011

Color Harmonies of #D5482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5482F

Black with #D5482F

Text Example


Text Example

White with #D5482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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