Html Css Color HEX #DA4632 Cinnabar

📋 copy color: '#DA4632'

red 218 ◦ green 70 ◦ blue 50

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

Shades of Cinnabar #DA4632

Tints of Cinnabar #DA4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 64.5%
G = 20.71%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA4632 (or 0xDA4632) is known color: Cinnabar. HEX triplet: DA, 46 and 32. RGB value is (218,70,50). Sum of RGB (Red+Green+Blue) = 218+70+50=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4632 is #25B9CD. Grayscale: #707070. Windows color (decimal): -2472398 or 3294938. OLE color: 3294938.

HSL color Cylindrical-coordinate representation of color #DA4632: hue angle of 7.14º 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 #DA4632 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 70 50 -
CMYK 0 0.68 0.77 0.15
HSL 7.14º 0.69% 0.53% -
HSV(B) 7.14º 0.77% 0.85% -
XYZ 31.68 19.52 5.11 -
YUV 111.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 218 70 50 0 0.68 0.77 0.15 7.14 0.69 0.53
Hex DA 46 32 0 44 4D F 7 45 35
Octal 332 106 62 0 104 115 17 7 105 65
Binary 11011010 1000110 110010 0 1000100 1001101 1111 111 1000101 110101

Color Harmonies of #DA4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4632

Black with #DA4632

Text Example


Text Example

White with #DA4632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4632; }

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

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

background-color css

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

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

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

border-color css

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

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

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