Html Css Color HEX #DA453D Cinnabar

📋 copy color: '#DA453D'

red 218 ◦ green 69 ◦ blue 61

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

Shades of Cinnabar #DA453D

Tints of Cinnabar #DA453D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 62.64%
G = 19.83%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA453D (or 0xDA453D) is known color: Cinnabar. HEX triplet: DA, 45 and 3D. RGB value is (218,69,61). Sum of RGB (Red+Green+Blue) = 218+69+61=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA453D is #25BAC2. Grayscale: #707070. Windows color (decimal): -2472643 or 4015578. OLE color: 4015578.

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

Color convert

RGB 218 69 61 -
CMYK 0 0.68 0.72 0.15
HSL 3.06º 0.68% 0.55% -
HSV(B) 3.06º 0.72% 0.85% -
XYZ 31.88 19.5 6.5 -
YUV 112.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 218 69 61 0 0.68 0.72 0.15 3.06 0.68 0.55
Hex DA 45 3D 0 44 48 F 3 44 37
Octal 332 105 75 0 104 110 17 3 104 67
Binary 11011010 1000101 111101 0 1000100 1001000 1111 11 1000100 110111

Color Harmonies of #DA453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA453D

Black with #DA453D

Text Example


Text Example

White with #DA453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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