Html Css Color HEX #C83B2E Persian Red

📋 copy color: '#C83B2E'

red 200 ◦ green 59 ◦ blue 46

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

Shades of Persian Red #C83B2E

Tints of Persian Red #C83B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.34%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 65.57%
G = 19.34%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C83B2E (or 0xC83B2E) is known color: Persian Red. HEX triplet: C8, 3B and 2E. RGB value is (200,59,46). Sum of RGB (Red+Green+Blue) = 200+59+46=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B2E is #37C4D1. Grayscale: #636363. Windows color (decimal): -3654866 or 3029960. OLE color: 3029960.

HSL color Cylindrical-coordinate representation of color #C83B2E: hue angle of 5.06º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C83B2E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 59 46 -
CMYK 0 0.70 0.77 0.22
HSL 5.06º 0.63% 0.48% -
HSV(B) 5.06º 0.77% 0.78% -
XYZ 25.88 15.6 4.23 -
YUV 99.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 200 59 46 0 0.70 0.77 0.22 5.06 0.63 0.48
Hex C8 3B 2E 0 46 4D 16 5 3F 30
Octal 310 73 56 0 106 115 26 5 77 60
Binary 11001000 111011 101110 0 1000110 1001101 10110 101 111111 110000

Color Harmonies of #C83B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B2E

Black with #C83B2E

Text Example


Text Example

White with #C83B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B2E; }

 p { color: rgb(200,59,46); }

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

background-color css

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

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

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

border-color css

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

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

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