Html Css Color HEX #C83026 Persian Red

📋 copy color: '#C83026'

red 200 ◦ green 48 ◦ blue 38

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

Shades of Persian Red #C83026

Tints of Persian Red #C83026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

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

R = 69.93%
G = 16.78%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C83026 (or 0xC83026) is known color: Persian Red. HEX triplet: C8, 30 and 26. RGB value is (200,48,38). Sum of RGB (Red+Green+Blue) = 200+48+38=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C83026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83026 is #37CFD9. Grayscale: #5C5C5C. Windows color (decimal): -3657690 or 2502856. OLE color: 2502856.

HSL color Cylindrical-coordinate representation of color #C83026: hue angle of 3.7º 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 #C83026 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 38 -
CMYK 0 0.76 0.81 0.22
HSL 3.7º 0.68% 0.47% -
HSV(B) 3.7º 0.81% 0.78% -
XYZ 25.23 14.53 3.31 -
YUV 92.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 200 48 38 0 0.76 0.81 0.22 3.7 0.68 0.47
Hex C8 30 26 0 4C 51 16 4 44 2F
Octal 310 60 46 0 114 121 26 4 104 57
Binary 11001000 110000 100110 0 1001100 1010001 10110 100 1000100 101111

Color Harmonies of #C83026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83026

Black with #C83026

Text Example


Text Example

White with #C83026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83026; }

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

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

background-color css

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

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

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

border-color css

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

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

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