Html Css Color HEX #C82623 Persian Red

📋 copy color: '#C82623'

red 200 ◦ green 38 ◦ blue 35

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

Shades of Persian Red #C82623

Tints of Persian Red #C82623

RGB

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

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

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

R = 73.26%
G = 13.92%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82623 (or 0xC82623) is known color: Persian Red. HEX triplet: C8, 26 and 23. RGB value is (200,38,35). Sum of RGB (Red+Green+Blue) = 200+38+35=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C82623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82623 is #37D9DC. Grayscale: #565656. Windows color (decimal): -3660253 or 2303688. OLE color: 2303688.

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

Color convert

RGB 200 38 35 -
CMYK 0 0.81 0.82 0.22
HSL 1.09º 0.7% 0.46% -
HSV(B) 1.09º 0.83% 0.78% -
XYZ 24.82 13.79 2.94 -
YUV 86.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 200 38 35 0 0.81 0.82 0.22 1.09 0.7 0.46
Hex C8 26 23 0 51 52 16 1 46 2E
Octal 310 46 43 0 121 122 26 1 106 56
Binary 11001000 100110 100011 0 1010001 1010010 10110 1 1000110 101110

Color Harmonies of #C82623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82623

Black with #C82623

Text Example


Text Example

White with #C82623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82623; }

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

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

background-color css

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

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

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

border-color css

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

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

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