Html Css Color HEX #D23F4B Brick Red

📋 copy color: '#D23F4B'

red 210 ◦ green 63 ◦ blue 75

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

Shades of Brick Red #D23F4B

Tints of Brick Red #D23F4B

RGB

 RED value IS 210 (82.42% from 255) = 60.34%

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

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 60.34%
G = 18.1%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D23F4B (or 0xD23F4B) is known color: Brick Red. HEX triplet: D2, 3F and 4B. RGB value is (210,63,75). Sum of RGB (Red+Green+Blue) = 210+63+75=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F4B is #2DC0B4. Grayscale: #6C6C6C. Windows color (decimal): -2998453 or 4931538. OLE color: 4931538.

HSL color Cylindrical-coordinate representation of color #D23F4B: hue angle of 355.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F4B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 63 75 -
CMYK 0 0.70 0.64 0.18
HSL 355.1º 0.62% 0.54% -
HSV(B) 355.1º 0.7% 0.82% -
XYZ 29.63 17.76 8.52 -
YUV 108.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 210 63 75 0 0.70 0.64 0.18 355.1 0.62 0.54
Hex D2 3F 4B 0 46 40 12 163 3E 36
Octal 322 77 113 0 106 100 22 543 76 66
Binary 11010010 111111 1001011 0 1000110 1000000 10010 101100011 111110 110110

Color Harmonies of #D23F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F4B

Black with #D23F4B

Text Example


Text Example

White with #D23F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F4B; }

 p { color: rgb(210,63,75); }

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

background-color css

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

 a { background-color: rgb(210,63,75); }

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

border-color css

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

 span { border-color: rgb(210,63,75); }

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