Html Css Color HEX #DA4238 Cinnabar

📋 copy color: '#DA4238'

red 218 ◦ green 66 ◦ blue 56

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

Shades of Cinnabar #DA4238

Tints of Cinnabar #DA4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 64.12%
G = 19.41%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA4238 (or 0xDA4238) is known color: Cinnabar. HEX triplet: DA, 42 and 38. RGB value is (218,66,56). Sum of RGB (Red+Green+Blue) = 218+66+56=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4238 is #25BDC7. Grayscale: #6E6E6E. Windows color (decimal): -2473416 or 3687130. OLE color: 3687130.

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

Color convert

RGB 218 66 56 -
CMYK 0 0.70 0.74 0.15
HSL 3.7º 0.69% 0.54% -
HSV(B) 3.7º 0.74% 0.85% -
XYZ 31.58 19.09 5.76 -
YUV 110.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 218 66 56 0 0.70 0.74 0.15 3.7 0.69 0.54
Hex DA 42 38 0 46 4A F 4 45 36
Octal 332 102 70 0 106 112 17 4 105 66
Binary 11011010 1000010 111000 0 1000110 1001010 1111 100 1000101 110110

Color Harmonies of #DA4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4238

Black with #DA4238

Text Example


Text Example

White with #DA4238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4238; }

 p { color: rgb(218,66,56); }

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

background-color css

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

 a { background-color: rgb(218,66,56); }

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

border-color css

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

 span { border-color: rgb(218,66,56); }

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