Html Css Color HEX #D0234B Brick Red

📋 copy color: '#D0234B'

red 208 ◦ green 35 ◦ blue 75

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

Shades of Brick Red #D0234B

Tints of Brick Red #D0234B

RGB

 RED value IS 208 (81.64% from 255) = 65.41%

 GREEN value IS 35 (14.06% from 255) = 11.01%

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

R = 65.41%
G = 11.01%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0234B (or 0xD0234B) is known color: Brick Red. HEX triplet: D0, 23 and 4B. RGB value is (208,35,75). Sum of RGB (Red+Green+Blue) = 208+35+75=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0234B is #2FDCB4. Grayscale: #5B5B5B. Windows color (decimal): -3136693 or 4924368. OLE color: 4924368.

HSL color Cylindrical-coordinate representation of color #D0234B: hue angle of 346.13º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0234B is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 35 75 -
CMYK 0 0.83 0.64 0.18
HSL 346.13º 0.71% 0.48% -
HSV(B) 346.13º 0.83% 0.82% -
XYZ 27.88 15.12 8.11 -
YUV 91.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 208 35 75 0 0.83 0.64 0.18 346.13 0.71 0.48
Hex D0 23 4B 0 53 40 12 15A 47 30
Octal 320 43 113 0 123 100 22 532 107 60
Binary 11010000 100011 1001011 0 1010011 1000000 10010 101011010 1000111 110000

Color Harmonies of #D0234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0234B

Black with #D0234B

Text Example


Text Example

White with #D0234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0234B; }

 p { color: rgb(208,35,75); }

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

background-color css

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

 a { background-color: rgb(208,35,75); }

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

border-color css

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

 span { border-color: rgb(208,35,75); }

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