Html Css Color HEX #D4483B Cinnabar

📋 copy color: '#D4483B'

red 212 ◦ green 72 ◦ blue 59

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

Shades of Cinnabar #D4483B

Tints of Cinnabar #D4483B

RGB

 RED value IS 212 (83.2% from 255) = 61.81%

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

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 61.81%
G = 20.99%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4483B (or 0xD4483B) is known color: Cinnabar. HEX triplet: D4, 48 and 3B. RGB value is (212,72,59). Sum of RGB (Red+Green+Blue) = 212+72+59=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4483B is #2BB7C4. Grayscale: #707070. Windows color (decimal): -2865093 or 3885268. OLE color: 3885268.

HSL color Cylindrical-coordinate representation of color #D4483B: hue angle of 5.1º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4483B is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 72 59 -
CMYK 0 0.66 0.72 0.17
HSL 5.1º 0.64% 0.53% -
HSV(B) 5.1º 0.72% 0.83% -
XYZ 30.26 18.95 6.2 -
YUV 112.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 212 72 59 0 0.66 0.72 0.17 5.1 0.64 0.53
Hex D4 48 3B 0 42 48 11 5 40 35
Octal 324 110 73 0 102 110 21 5 100 65
Binary 11010100 1001000 111011 0 1000010 1001000 10001 101 1000000 110101

Color Harmonies of #D4483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4483B

Black with #D4483B

Text Example


Text Example

White with #D4483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4483B; }

 p { color: rgb(212,72,59); }

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

background-color css

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

 a { background-color: rgb(212,72,59); }

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

border-color css

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

 span { border-color: rgb(212,72,59); }

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