Html Css Color HEX #D5423B Cinnabar

📋 copy color: '#D5423B'

red 213 ◦ green 66 ◦ blue 59

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

Shades of Cinnabar #D5423B

Tints of Cinnabar #D5423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

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

R = 63.02%
G = 19.53%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5423B (or 0xD5423B) is known color: Cinnabar. HEX triplet: D5, 42 and 3B. RGB value is (213,66,59). Sum of RGB (Red+Green+Blue) = 213+66+59=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5423B is #2ABDC4. Grayscale: #6D6D6D. Windows color (decimal): -2801093 or 3883733. OLE color: 3883733.

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

Color convert

RGB 213 66 59 -
CMYK 0 0.69 0.72 0.16
HSL 2.73º 0.65% 0.53% -
HSV(B) 2.73º 0.72% 0.84% -
XYZ 30.18 18.36 6.09 -
YUV 109.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 213 66 59 0 0.69 0.72 0.16 2.73 0.65 0.53
Hex D5 42 3B 0 45 48 10 3 41 35
Octal 325 102 73 0 105 110 20 3 101 65
Binary 11010101 1000010 111011 0 1000101 1001000 10000 11 1000001 110101

Color Harmonies of #D5423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5423B

Black with #D5423B

Text Example


Text Example

White with #D5423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5423B; }

 p { color: rgb(213,66,59); }

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

background-color css

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

 a { background-color: rgb(213,66,59); }

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

border-color css

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

 span { border-color: rgb(213,66,59); }

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