Html Css Color HEX #C83A26 Persian Red

📋 copy color: '#C83A26'

red 200 ◦ green 58 ◦ blue 38

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

Shades of Persian Red #C83A26

Tints of Persian Red #C83A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 67.57%
G = 19.59%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C83A26 (or 0xC83A26) is known color: Persian Red. HEX triplet: C8, 3A and 26. RGB value is (200,58,38). Sum of RGB (Red+Green+Blue) = 200+58+38=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A26 is #37C5D9. Grayscale: #626262. Windows color (decimal): -3655130 or 2505416. OLE color: 2505416.

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

Color convert

RGB 200 58 38 -
CMYK 0 0.71 0.81 0.22
HSL 7.41º 0.68% 0.47% -
HSV(B) 7.41º 0.81% 0.78% -
XYZ 25.68 15.45 3.46 -
YUV 98.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 200 58 38 0 0.71 0.81 0.22 7.41 0.68 0.47
Hex C8 3A 26 0 47 51 16 7 44 2F
Octal 310 72 46 0 107 121 26 7 104 57
Binary 11001000 111010 100110 0 1000111 1010001 10110 111 1000100 101111

Color Harmonies of #C83A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A26

Black with #C83A26

Text Example


Text Example

White with #C83A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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