Html Css Color HEX #D12622 Persian Red

📋 copy color: '#D12622'

red 209 ◦ green 38 ◦ blue 34

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

Shades of Persian Red #D12622

Tints of Persian Red #D12622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

 BLUE value IS 34 (13.67% from 255) = 12.1%

R = 74.38%
G = 13.52%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D12622 (or 0xD12622) is known color: Persian Red. HEX triplet: D1, 26 and 22. RGB value is (209,38,34). Sum of RGB (Red+Green+Blue) = 209+38+34=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D12622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12622 is #2ED9DD. Grayscale: #585858. Windows color (decimal): -3070430 or 2238161. OLE color: 2238161.

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

Color convert

RGB 209 38 34 -
CMYK 0 0.82 0.84 0.18
HSL 1.37º 0.72% 0.48% -
HSV(B) 1.37º 0.84% 0.82% -
XYZ 27.28 15.06 2.98 -
YUV 88.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 209 38 34 0 0.82 0.84 0.18 1.37 0.72 0.48
Hex D1 26 22 0 52 54 12 1 48 30
Octal 321 46 42 0 122 124 22 1 110 60
Binary 11010001 100110 100010 0 1010010 1010100 10010 1 1001000 110000

Color Harmonies of #D12622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12622

Black with #D12622

Text Example


Text Example

White with #D12622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12622; }

 p { color: rgb(209,38,34); }

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

background-color css

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

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

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

border-color css

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

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

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