Html Css Color HEX #C83426 Persian Red

📋 copy color: '#C83426'

red 200 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #C83426

Tints of Persian Red #C83426

RGB

 RED value IS 200 (78.52% from 255) = 68.97%

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 68.97%
G = 17.93%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C83426 (or 0xC83426) is known color: Persian Red. HEX triplet: C8, 34 and 26. RGB value is (200,52,38). Sum of RGB (Red+Green+Blue) = 200+52+38=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C83426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83426 is #37CBD9. Grayscale: #5E5E5E. Windows color (decimal): -3656666 or 2503880. OLE color: 2503880.

HSL color Cylindrical-coordinate representation of color #C83426: hue angle of 5.19º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83426 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 38 -
CMYK 0 0.74 0.81 0.22
HSL 5.19º 0.68% 0.47% -
HSV(B) 5.19º 0.81% 0.78% -
XYZ 25.4 14.88 3.37 -
YUV 94.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 200 52 38 0 0.74 0.81 0.22 5.19 0.68 0.47
Hex C8 34 26 0 4A 51 16 5 44 2F
Octal 310 64 46 0 112 121 26 5 104 57
Binary 11001000 110100 100110 0 1001010 1010001 10110 101 1000100 101111

Color Harmonies of #C83426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83426

Black with #C83426

Text Example


Text Example

White with #C83426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83426; }

 p { color: rgb(200,52,38); }

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

background-color css

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

 a { background-color: rgb(200,52,38); }

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

border-color css

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

 span { border-color: rgb(200,52,38); }

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