Html Css Color HEX #DA4125 Cinnabar

📋 copy color: '#DA4125'

red 218 ◦ green 65 ◦ blue 37

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

Shades of Cinnabar #DA4125

Tints of Cinnabar #DA4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 68.13%
G = 20.31%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4125 (or 0xDA4125) is known color: Cinnabar. HEX triplet: DA, 41 and 25. RGB value is (218,65,37). Sum of RGB (Red+Green+Blue) = 218+65+37=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4125 is #25BEDA. Grayscale: #6B6B6B. Windows color (decimal): -2473691 or 2441690. OLE color: 2441690.

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

Color convert

RGB 218 65 37 -
CMYK 0 0.70 0.83 0.15
HSL 9.28º 0.71% 0.5% -
HSV(B) 9.28º 0.83% 0.85% -
XYZ 31.14 18.82 3.74 -
YUV 107.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 218 65 37 0 0.70 0.83 0.15 9.28 0.71 0.5
Hex DA 41 25 0 46 53 F 9 47 32
Octal 332 101 45 0 106 123 17 11 107 62
Binary 11011010 1000001 100101 0 1000110 1010011 1111 1001 1000111 110010

Color Harmonies of #DA4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4125

Black with #DA4125

Text Example


Text Example

White with #DA4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4125; }

 p { color: rgb(218,65,37); }

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

background-color css

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

 a { background-color: rgb(218,65,37); }

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

border-color css

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

 span { border-color: rgb(218,65,37); }

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