Html Css Color HEX #C82923 Persian Red

📋 copy color: '#C82923'

red 200 ◦ green 41 ◦ blue 35

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

Shades of Persian Red #C82923

Tints of Persian Red #C82923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

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

R = 72.46%
G = 14.86%
B = 12.68%

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

#C82923 (or 0xC82923) is known color: Persian Red. HEX triplet: C8, 29 and 23. RGB value is (200,41,35). Sum of RGB (Red+Green+Blue) = 200+41+35=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C82923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82923 is #37D6DC. Grayscale: #585858. Windows color (decimal): -3659485 or 2304456. OLE color: 2304456.

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

Color convert

RGB 200 41 35 -
CMYK 0 0.80 0.82 0.22
HSL 2.18º 0.7% 0.46% -
HSV(B) 2.18º 0.83% 0.78% -
XYZ 24.92 13.99 2.98 -
YUV 87.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 200 41 35 0 0.80 0.82 0.22 2.18 0.7 0.46
Hex C8 29 23 0 50 52 16 2 46 2E
Octal 310 51 43 0 120 122 26 2 106 56
Binary 11001000 101001 100011 0 1010000 1010010 10110 10 1000110 101110

Color Harmonies of #C82923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82923

Black with #C82923

Text Example


Text Example

White with #C82923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82923; }

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

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

background-color css

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

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

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

border-color css

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

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

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