Html Css Color HEX #D5412F Cinnabar

📋 copy color: '#D5412F'

red 213 ◦ green 65 ◦ blue 47

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

Shades of Cinnabar #D5412F

Tints of Cinnabar #D5412F

RGB

 RED value IS 213 (83.59% from 255) = 65.54%

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

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 65.54%
G = 20%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5412F (or 0xD5412F) is known color: Cinnabar. HEX triplet: D5, 41 and 2F. RGB value is (213,65,47). Sum of RGB (Red+Green+Blue) = 213+65+47=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5412F is #2ABED0. Grayscale: #6B6B6B. Windows color (decimal): -2801361 or 3097045. OLE color: 3097045.

HSL color Cylindrical-coordinate representation of color #D5412F: hue angle of 6.51º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5412F is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 47 -
CMYK 0 0.69 0.78 0.16
HSL 6.51º 0.66% 0.51% -
HSV(B) 6.51º 0.78% 0.84% -
XYZ 29.84 18.13 4.62 -
YUV 107.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 213 65 47 0 0.69 0.78 0.16 6.51 0.66 0.51
Hex D5 41 2F 0 45 4E 10 7 42 33
Octal 325 101 57 0 105 116 20 7 102 63
Binary 11010101 1000001 101111 0 1000101 1001110 10000 111 1000010 110011

Color Harmonies of #D5412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5412F

Black with #D5412F

Text Example


Text Example

White with #D5412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5412F; }

 p { color: rgb(213,65,47); }

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

background-color css

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

 a { background-color: rgb(213,65,47); }

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

border-color css

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

 span { border-color: rgb(213,65,47); }

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