Html Css Color HEX #DA4332 Cinnabar

📋 copy color: '#DA4332'

red 218 ◦ green 67 ◦ blue 50

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

Shades of Cinnabar #DA4332

Tints of Cinnabar #DA4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 65.07%
G = 20%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA4332 (or 0xDA4332) is known color: Cinnabar. HEX triplet: DA, 43 and 32. RGB value is (218,67,50). Sum of RGB (Red+Green+Blue) = 218+67+50=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4332 is #25BCCD. Grayscale: #6E6E6E. Windows color (decimal): -2473166 or 3294170. OLE color: 3294170.

HSL color Cylindrical-coordinate representation of color #DA4332: hue angle of 6.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA4332 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 67 50 -
CMYK 0 0.69 0.77 0.15
HSL 6.07º 0.69% 0.53% -
HSV(B) 6.07º 0.77% 0.85% -
XYZ 31.5 19.15 5.05 -
YUV 110.21 94.03 204.88 -
System Red Green Blue C M Y K H S L
Decimal 218 67 50 0 0.69 0.77 0.15 6.07 0.69 0.53
Hex DA 43 32 0 45 4D F 6 45 35
Octal 332 103 62 0 105 115 17 6 105 65
Binary 11011010 1000011 110010 0 1000101 1001101 1111 110 1000101 110101

Color Harmonies of #DA4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4332

Black with #DA4332

Text Example


Text Example

White with #DA4332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4332; }

 p { color: rgb(218,67,50); }

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

background-color css

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

 a { background-color: rgb(218,67,50); }

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

border-color css

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

 span { border-color: rgb(218,67,50); }

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