Html Css Color HEX #C82626 Persian Red

📋 copy color: '#C82626'

red 200 ◦ green 38 ◦ blue 38

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

Shades of Persian Red #C82626

Tints of Persian Red #C82626

RGB

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

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

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

R = 72.46%
G = 13.77%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C82626 (or 0xC82626) is known color: Persian Red. HEX triplet: C8, 26 and 26. RGB value is (200,38,38). Sum of RGB (Red+Green+Blue) = 200+38+38=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C82626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82626 is #37D9D9. Grayscale: #565656. Windows color (decimal): -3660250 or 2500296. OLE color: 2500296.

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

Color convert

RGB 200 38 38 -
CMYK 0 0.81 0.81 0.22
HSL 0.68% 0.47% -
HSV(B) 0.81% 0.78% -
XYZ 24.86 13.81 3.19 -
YUV 86.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 200 38 38 0 0.81 0.81 0.22 0 0.68 0.47
Hex C8 26 26 0 51 51 16 0 44 2F
Octal 310 46 46 0 121 121 26 0 104 57
Binary 11001000 100110 100110 0 1010001 1010001 10110 0 1000100 101111

Color Harmonies of #C82626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82626

Black with #C82626

Text Example


Text Example

White with #C82626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82626; }

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

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

background-color css

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

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

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

border-color css

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

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

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