Html Css Color HEX #D12B2B Persian Red

📋 copy color: '#D12B2B'

red 209 ◦ green 43 ◦ blue 43

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

Shades of Persian Red #D12B2B

Tints of Persian Red #D12B2B

RGB

 RED value IS 209 (82.03% from 255) = 70.85%

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 70.85%
G = 14.58%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D12B2B (or 0xD12B2B) is known color: Persian Red. HEX triplet: D1, 2B and 2B. RGB value is (209,43,43). Sum of RGB (Red+Green+Blue) = 209+43+43=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B2B is #2ED4D4. Grayscale: #5C5C5C. Windows color (decimal): -3069141 or 2829265. OLE color: 2829265.

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

Color convert

RGB 209 43 43 -
CMYK 0 0.79 0.79 0.18
HSL 0.66% 0.49% -
HSV(B) 0.79% 0.82% -
XYZ 27.59 15.46 3.81 -
YUV 92.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 209 43 43 0 0.79 0.79 0.18 0 0.66 0.49
Hex D1 2B 2B 0 4F 4F 12 0 42 31
Octal 321 53 53 0 117 117 22 0 102 61
Binary 11010001 101011 101011 0 1001111 1001111 10010 0 1000010 110001

Color Harmonies of #D12B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12B2B

Black with #D12B2B

Text Example


Text Example

White with #D12B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12B2B; }

 p { color: rgb(209,43,43); }

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

background-color css

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

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

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

border-color css

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

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

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