Html Css Color HEX #DA4323 Cinnabar

📋 copy color: '#DA4323'

red 218 ◦ green 67 ◦ blue 35

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

Shades of Cinnabar #DA4323

Tints of Cinnabar #DA4323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

 BLUE value IS 35 (14.06% from 255) = 10.94%

R = 68.13%
G = 20.94%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA4323 (or 0xDA4323) is known color: Cinnabar. HEX triplet: DA, 43 and 23. RGB value is (218,67,35). Sum of RGB (Red+Green+Blue) = 218+67+35=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4323 is #25BCDC. Grayscale: #6C6C6C. Windows color (decimal): -2473181 or 2311130. OLE color: 2311130.

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

Color convert

RGB 218 67 35 -
CMYK 0 0.69 0.84 0.15
HSL 10.49º 0.72% 0.5% -
HSV(B) 10.49º 0.84% 0.85% -
XYZ 31.22 19.04 3.62 -
YUV 108.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 218 67 35 0 0.69 0.84 0.15 10.49 0.72 0.5
Hex DA 43 23 0 45 54 F A 48 32
Octal 332 103 43 0 105 124 17 12 110 62
Binary 11011010 1000011 100011 0 1000101 1010100 1111 1010 1001000 110010

Color Harmonies of #DA4323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4323

Black with #DA4323

Text Example


Text Example

White with #DA4323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4323; }

 p { color: rgb(218,67,35); }

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

background-color css

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

 a { background-color: rgb(218,67,35); }

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

border-color css

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

 span { border-color: rgb(218,67,35); }

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