Html Css Color HEX #D23B2B Persian Red

📋 copy color: '#D23B2B'

red 210 ◦ green 59 ◦ blue 43

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

Shades of Persian Red #D23B2B

Tints of Persian Red #D23B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 67.31%
G = 18.91%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D23B2B (or 0xD23B2B) is known color: Persian Red. HEX triplet: D2, 3B and 2B. RGB value is (210,59,43). Sum of RGB (Red+Green+Blue) = 210+59+43=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B2B is #2DC4D4. Grayscale: #666666. Windows color (decimal): -2999509 or 2833362. OLE color: 2833362.

HSL color Cylindrical-coordinate representation of color #D23B2B: hue angle of 5.75º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D23B2B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 59 43 -
CMYK 0 0.72 0.80 0.18
HSL 5.75º 0.66% 0.5% -
HSV(B) 5.75º 0.8% 0.82% -
XYZ 28.58 17 4.06 -
YUV 102.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 210 59 43 0 0.72 0.80 0.18 5.75 0.66 0.5
Hex D2 3B 2B 0 48 50 12 6 42 32
Octal 322 73 53 0 110 120 22 6 102 62
Binary 11010010 111011 101011 0 1001000 1010000 10010 110 1000010 110010

Color Harmonies of #D23B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23B2B

Black with #D23B2B

Text Example


Text Example

White with #D23B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23B2B; }

 p { color: rgb(210,59,43); }

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

background-color css

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

 a { background-color: rgb(210,59,43); }

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

border-color css

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

 span { border-color: rgb(210,59,43); }

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