Html Css Color HEX #C83926 Persian Red

📋 copy color: '#C83926'

red 200 ◦ green 57 ◦ blue 38

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

Shades of Persian Red #C83926

Tints of Persian Red #C83926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 67.8%
G = 19.32%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C83926 (or 0xC83926) is known color: Persian Red. HEX triplet: C8, 39 and 26. RGB value is (200,57,38). Sum of RGB (Red+Green+Blue) = 200+57+38=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C83926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83926 is #37C6D9. Grayscale: #616161. Windows color (decimal): -3655386 or 2505160. OLE color: 2505160.

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

Color convert

RGB 200 57 38 -
CMYK 0 0.72 0.81 0.22
HSL 7.04º 0.68% 0.47% -
HSV(B) 7.04º 0.81% 0.78% -
XYZ 25.63 15.35 3.44 -
YUV 97.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 200 57 38 0 0.72 0.81 0.22 7.04 0.68 0.47
Hex C8 39 26 0 48 51 16 7 44 2F
Octal 310 71 46 0 110 121 26 7 104 57
Binary 11001000 111001 100110 0 1001000 1010001 10110 111 1000100 101111

Color Harmonies of #C83926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83926

Black with #C83926

Text Example


Text Example

White with #C83926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83926; }

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

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

background-color css

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

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

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

border-color css

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

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

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