Html Css Color HEX #DA3F2E Cinnabar

📋 copy color: '#DA3F2E'

red 218 ◦ green 63 ◦ blue 46

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

Shades of Cinnabar #DA3F2E

Tints of Cinnabar #DA3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 66.67%
G = 19.27%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA3F2E (or 0xDA3F2E) is known color: Cinnabar. HEX triplet: DA, 3F and 2E. RGB value is (218,63,46). Sum of RGB (Red+Green+Blue) = 218+63+46=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F2E is #25C0D1. Grayscale: #6B6B6B. Windows color (decimal): -2474194 or 3031002. OLE color: 3031002.

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

Color convert

RGB 218 63 46 -
CMYK 0 0.71 0.79 0.15
HSL 5.93º 0.7% 0.52% -
HSV(B) 5.93º 0.79% 0.85% -
XYZ 31.18 18.66 4.54 -
YUV 107.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 218 63 46 0 0.71 0.79 0.15 5.93 0.7 0.52
Hex DA 3F 2E 0 47 4F F 6 46 34
Octal 332 77 56 0 107 117 17 6 106 64
Binary 11011010 111111 101110 0 1000111 1001111 1111 110 1000110 110100

Color Harmonies of #DA3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F2E

Black with #DA3F2E

Text Example


Text Example

White with #DA3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F2E; }

 p { color: rgb(218,63,46); }

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

background-color css

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

 a { background-color: rgb(218,63,46); }

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

border-color css

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

 span { border-color: rgb(218,63,46); }

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