Html Css Color HEX #D5423A Cinnabar

📋 copy color: '#D5423A'

red 213 ◦ green 66 ◦ blue 58

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

Shades of Cinnabar #D5423A

Tints of Cinnabar #D5423A

RGB

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

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

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

R = 63.2%
G = 19.58%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5423A (or 0xD5423A) is known color: Cinnabar. HEX triplet: D5, 42 and 3A. RGB value is (213,66,58). Sum of RGB (Red+Green+Blue) = 213+66+58=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5423A is #2ABDC5. Grayscale: #6D6D6D. Windows color (decimal): -2801094 or 3818197. OLE color: 3818197.

HSL color Cylindrical-coordinate representation of color #D5423A: hue angle of 3.1º 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 #D5423A is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 58 -
CMYK 0 0.69 0.73 0.16
HSL 3.1º 0.65% 0.53% -
HSV(B) 3.1º 0.73% 0.84% -
XYZ 30.15 18.35 5.96 -
YUV 109.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 213 66 58 0 0.69 0.73 0.16 3.1 0.65 0.53
Hex D5 42 3A 0 45 49 10 3 41 35
Octal 325 102 72 0 105 111 20 3 101 65
Binary 11010101 1000010 111010 0 1000101 1001001 10000 11 1000001 110101

Color Harmonies of #D5423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5423A

Black with #D5423A

Text Example


Text Example

White with #D5423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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