Html Css Color HEX #DA483D Cinnabar

📋 copy color: '#DA483D'

red 218 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #DA483D

Tints of Cinnabar #DA483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 62.11%
G = 20.51%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA483D (or 0xDA483D) is known color: Cinnabar. HEX triplet: DA, 48 and 3D. RGB value is (218,72,61). Sum of RGB (Red+Green+Blue) = 218+72+61=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA483D is #25B7C2. Grayscale: #727272. Windows color (decimal): -2471875 or 4016346. OLE color: 4016346.

HSL color Cylindrical-coordinate representation of color #DA483D: hue angle of 4.2º 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 #DA483D is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 61 -
CMYK 0 0.67 0.72 0.15
HSL 4.2º 0.68% 0.55% -
HSV(B) 4.2º 0.72% 0.85% -
XYZ 32.07 19.88 6.56 -
YUV 114.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 218 72 61 0 0.67 0.72 0.15 4.2 0.68 0.55
Hex DA 48 3D 0 43 48 F 4 44 37
Octal 332 110 75 0 103 110 17 4 104 67
Binary 11011010 1001000 111101 0 1000011 1001000 1111 100 1000100 110111

Color Harmonies of #DA483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA483D

Black with #DA483D

Text Example


Text Example

White with #DA483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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