Html Css Color HEX #C83123 Persian Red

📋 copy color: '#C83123'

red 200 ◦ green 49 ◦ blue 35

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

Shades of Persian Red #C83123

Tints of Persian Red #C83123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 35 (14.06% from 255) = 12.32%

R = 70.42%
G = 17.25%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83123 (or 0xC83123) is known color: Persian Red. HEX triplet: C8, 31 and 23. RGB value is (200,49,35). Sum of RGB (Red+Green+Blue) = 200+49+35=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C83123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83123 is #37CEDC. Grayscale: #5C5C5C. Windows color (decimal): -3657437 or 2306504. OLE color: 2306504.

HSL color Cylindrical-coordinate representation of color #C83123: hue angle of 5.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C83123 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 35 -
CMYK 0 0.76 0.82 0.22
HSL 5.09º 0.7% 0.46% -
HSV(B) 5.09º 0.83% 0.78% -
XYZ 25.22 14.6 3.08 -
YUV 92.55 95.53 204.64 -
System Red Green Blue C M Y K H S L
Decimal 200 49 35 0 0.76 0.82 0.22 5.09 0.7 0.46
Hex C8 31 23 0 4C 52 16 5 46 2E
Octal 310 61 43 0 114 122 26 5 106 56
Binary 11001000 110001 100011 0 1001100 1010010 10110 101 1000110 101110

Color Harmonies of #C83123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83123

Black with #C83123

Text Example


Text Example

White with #C83123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83123; }

 p { color: rgb(200,49,35); }

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

background-color css

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

 a { background-color: rgb(200,49,35); }

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

border-color css

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

 span { border-color: rgb(200,49,35); }

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