Html Css Color HEX #DA423A Cinnabar

📋 copy color: '#DA423A'

red 218 ◦ green 66 ◦ blue 58

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

Shades of Cinnabar #DA423A

Tints of Cinnabar #DA423A

RGB

 RED value IS 218 (85.55% from 255) = 63.74%

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

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

R = 63.74%
G = 19.3%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA423A (or 0xDA423A) is known color: Cinnabar. HEX triplet: DA, 42 and 3A. RGB value is (218,66,58). Sum of RGB (Red+Green+Blue) = 218+66+58=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA423A is #25BDC5. Grayscale: #6E6E6E. Windows color (decimal): -2473414 or 3818202. OLE color: 3818202.

HSL color Cylindrical-coordinate representation of color #DA423A: hue angle of 3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA423A is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 58 -
CMYK 0 0.70 0.73 0.15
HSL 0.68% 0.54% -
HSV(B) 0.73% 0.85% -
XYZ 31.63 19.11 6.02 -
YUV 110.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 218 66 58 0 0.70 0.73 0.15 3 0.68 0.54
Hex DA 42 3A 0 46 49 F 3 44 36
Octal 332 102 72 0 106 111 17 3 104 66
Binary 11011010 1000010 111010 0 1000110 1001001 1111 11 1000100 110110

Color Harmonies of #DA423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA423A

Black with #DA423A

Text Example


Text Example

White with #DA423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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