Html Css Color HEX #C82723 Persian Red

📋 copy color: '#C82723'

red 200 ◦ green 39 ◦ blue 35

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

Shades of Persian Red #C82723

Tints of Persian Red #C82723

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 72.99%
G = 14.23%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82723 (or 0xC82723) is known color: Persian Red. HEX triplet: C8, 27 and 23. RGB value is (200,39,35). Sum of RGB (Red+Green+Blue) = 200+39+35=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C82723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82723 is #37D8DC. Grayscale: #565656. Windows color (decimal): -3659997 or 2303944. OLE color: 2303944.

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

Color convert

RGB 200 39 35 -
CMYK 0 0.80 0.82 0.22
HSL 1.45º 0.7% 0.46% -
HSV(B) 1.45º 0.83% 0.78% -
XYZ 24.85 13.85 2.95 -
YUV 86.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 200 39 35 0 0.80 0.82 0.22 1.45 0.7 0.46
Hex C8 27 23 0 50 52 16 1 46 2E
Octal 310 47 43 0 120 122 26 1 106 56
Binary 11001000 100111 100011 0 1010000 1010010 10110 1 1000110 101110

Color Harmonies of #C82723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82723

Black with #C82723

Text Example


Text Example

White with #C82723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82723; }

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

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

background-color css

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

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

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

border-color css

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

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

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