Html Css Color HEX #DA4533 Cinnabar

📋 copy color: '#DA4533'

red 218 ◦ green 69 ◦ blue 51

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

Shades of Cinnabar #DA4533

Tints of Cinnabar #DA4533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 64.5%
G = 20.41%
B = 15.09%

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

#DA4533 (or 0xDA4533) is known color: Cinnabar. HEX triplet: DA, 45 and 33. RGB value is (218,69,51). Sum of RGB (Red+Green+Blue) = 218+69+51=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4533 is #25BACC. Grayscale: #6F6F6F. Windows color (decimal): -2472653 or 3360218. OLE color: 3360218.

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

Color convert

RGB 218 69 51 -
CMYK 0 0.68 0.77 0.15
HSL 6.47º 0.69% 0.53% -
HSV(B) 6.47º 0.77% 0.85% -
XYZ 31.64 19.4 5.21 -
YUV 111.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 218 69 51 0 0.68 0.77 0.15 6.47 0.69 0.53
Hex DA 45 33 0 44 4D F 6 45 35
Octal 332 105 63 0 104 115 17 6 105 65
Binary 11011010 1000101 110011 0 1000100 1001101 1111 110 1000101 110101

Color Harmonies of #DA4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4533

Black with #DA4533

Text Example


Text Example

White with #DA4533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4533; }

 p { color: rgb(218,69,51); }

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

background-color css

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

 a { background-color: rgb(218,69,51); }

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

border-color css

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

 span { border-color: rgb(218,69,51); }

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