Html Css Color HEX #DA4B32 Cinnabar

📋 copy color: '#DA4B32'

red 218 ◦ green 75 ◦ blue 50

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

Shades of Cinnabar #DA4B32

Tints of Cinnabar #DA4B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

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

R = 63.56%
G = 21.87%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA4B32 (or 0xDA4B32) is known color: Cinnabar. HEX triplet: DA, 4B and 32. RGB value is (218,75,50). Sum of RGB (Red+Green+Blue) = 218+75+50=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4B32 is #25B4CD. Grayscale: #737373. Windows color (decimal): -2471118 or 3296218. OLE color: 3296218.

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

Color convert

RGB 218 75 50 -
CMYK 0 0.66 0.77 0.15
HSL 8.93º 0.69% 0.53% -
HSV(B) 8.93º 0.77% 0.85% -
XYZ 32.01 20.17 5.22 -
YUV 114.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 218 75 50 0 0.66 0.77 0.15 8.93 0.69 0.53
Hex DA 4B 32 0 42 4D F 9 45 35
Octal 332 113 62 0 102 115 17 11 105 65
Binary 11011010 1001011 110010 0 1000010 1001101 1111 1001 1000101 110101

Color Harmonies of #DA4B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B32

Black with #DA4B32

Text Example


Text Example

White with #DA4B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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