Html Css Color HEX #DA372D Cinnabar

📋 copy color: '#DA372D'

red 218 ◦ green 55 ◦ blue 45

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

Shades of Cinnabar #DA372D

Tints of Cinnabar #DA372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 68.55%
G = 17.3%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA372D (or 0xDA372D) is known color: Cinnabar. HEX triplet: DA, 37 and 2D. RGB value is (218,55,45). Sum of RGB (Red+Green+Blue) = 218+55+45=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA372D is #25C8D2. Grayscale: #666666. Windows color (decimal): -2476243 or 2963418. OLE color: 2963418.

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

Color convert

RGB 218 55 45 -
CMYK 0 0.75 0.79 0.15
HSL 3.47º 0.7% 0.52% -
HSV(B) 3.47º 0.79% 0.85% -
XYZ 30.75 17.83 4.3 -
YUV 102.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 218 55 45 0 0.75 0.79 0.15 3.47 0.7 0.52
Hex DA 37 2D 0 4B 4F F 3 46 34
Octal 332 67 55 0 113 117 17 3 106 64
Binary 11011010 110111 101101 0 1001011 1001111 1111 11 1000110 110100

Color Harmonies of #DA372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA372D

Black with #DA372D

Text Example


Text Example

White with #DA372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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