Html Css Color HEX #DA4621 Cinnabar

📋 copy color: '#DA4621'

red 218 ◦ green 70 ◦ blue 33

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

Shades of Cinnabar #DA4621

Tints of Cinnabar #DA4621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.28%

R = 67.91%
G = 21.81%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA4621 (or 0xDA4621) is known color: Cinnabar. HEX triplet: DA, 46 and 21. RGB value is (218,70,33). Sum of RGB (Red+Green+Blue) = 218+70+33=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4621 is #25B9DE. Grayscale: #6E6E6E. Windows color (decimal): -2472415 or 2180826. OLE color: 2180826.

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

Color convert

RGB 218 70 33 -
CMYK 0 0.68 0.85 0.15
HSL 12º 0.74% 0.49% -
HSV(B) 12º 0.85% 0.85% -
XYZ 31.38 19.4 3.53 -
YUV 110.03 84.53 205.01 -
System Red Green Blue C M Y K H S L
Decimal 218 70 33 0 0.68 0.85 0.15 12 0.74 0.49
Hex DA 46 21 0 44 55 F C 4A 31
Octal 332 106 41 0 104 125 17 14 112 61
Binary 11011010 1000110 100001 0 1000100 1010101 1111 1100 1001010 110001

Color Harmonies of #DA4621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4621

Black with #DA4621

Text Example


Text Example

White with #DA4621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4621; }

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

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

background-color css

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

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

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

border-color css

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

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

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