Html Css Color HEX #DA3722 Cinnabar

📋 copy color: '#DA3722'

red 218 ◦ green 55 ◦ blue 34

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

Shades of Cinnabar #DA3722

Tints of Cinnabar #DA3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 34 (13.67% from 255) = 11.07%

R = 71.01%
G = 17.92%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3722 (or 0xDA3722) is known color: Cinnabar. HEX triplet: DA, 37 and 22. RGB value is (218,55,34). Sum of RGB (Red+Green+Blue) = 218+55+34=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3722 is #25C8DD. Grayscale: #656565. Windows color (decimal): -2476254 or 2242522. OLE color: 2242522.

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

Color convert

RGB 218 55 34 -
CMYK 0 0.75 0.84 0.15
HSL 6.85º 0.73% 0.49% -
HSV(B) 6.85º 0.84% 0.85% -
XYZ 30.57 17.75 3.33 -
YUV 101.34 90 211.21 -
System Red Green Blue C M Y K H S L
Decimal 218 55 34 0 0.75 0.84 0.15 6.85 0.73 0.49
Hex DA 37 22 0 4B 54 F 7 49 31
Octal 332 67 42 0 113 124 17 7 111 61
Binary 11011010 110111 100010 0 1001011 1010100 1111 111 1001001 110001

Color Harmonies of #DA3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3722

Black with #DA3722

Text Example


Text Example

White with #DA3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3722; }

 p { color: rgb(218,55,34); }

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

background-color css

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

 a { background-color: rgb(218,55,34); }

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

border-color css

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

 span { border-color: rgb(218,55,34); }

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