Html Css Color HEX #DA4231 Cinnabar

📋 copy color: '#DA4231'

red 218 ◦ green 66 ◦ blue 49

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

Shades of Cinnabar #DA4231

Tints of Cinnabar #DA4231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 65.47%
G = 19.82%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA4231 (or 0xDA4231) is known color: Cinnabar. HEX triplet: DA, 42 and 31. RGB value is (218,66,49). Sum of RGB (Red+Green+Blue) = 218+66+49=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4231 is #25BDCE. Grayscale: #6D6D6D. Windows color (decimal): -2473423 or 3228378. OLE color: 3228378.

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

Color convert

RGB 218 66 49 -
CMYK 0 0.70 0.78 0.15
HSL 6.04º 0.7% 0.52% -
HSV(B) 6.04º 0.78% 0.85% -
XYZ 31.42 19.02 4.92 -
YUV 109.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 218 66 49 0 0.70 0.78 0.15 6.04 0.7 0.52
Hex DA 42 31 0 46 4E F 6 46 34
Octal 332 102 61 0 106 116 17 6 106 64
Binary 11011010 1000010 110001 0 1000110 1001110 1111 110 1000110 110100

Color Harmonies of #DA4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4231

Black with #DA4231

Text Example


Text Example

White with #DA4231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4231; }

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

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

background-color css

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

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

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

border-color css

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

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

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