Html Css Color HEX #C83B2D Persian Red

📋 copy color: '#C83B2D'

red 200 ◦ green 59 ◦ blue 45

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

Shades of Persian Red #C83B2D

Tints of Persian Red #C83B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 65.79%
G = 19.41%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C83B2D (or 0xC83B2D) is known color: Persian Red. HEX triplet: C8, 3B and 2D. RGB value is (200,59,45). Sum of RGB (Red+Green+Blue) = 200+59+45=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B2D is #37C4D2. Grayscale: #636363. Windows color (decimal): -3654867 or 2964424. OLE color: 2964424.

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

Color convert

RGB 200 59 45 -
CMYK 0 0.70 0.78 0.22
HSL 5.42º 0.63% 0.48% -
HSV(B) 5.42º 0.78% 0.78% -
XYZ 25.86 15.6 4.13 -
YUV 99.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 200 59 45 0 0.70 0.78 0.22 5.42 0.63 0.48
Hex C8 3B 2D 0 46 4E 16 5 3F 30
Octal 310 73 55 0 106 116 26 5 77 60
Binary 11001000 111011 101101 0 1000110 1001110 10110 101 111111 110000

Color Harmonies of #C83B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B2D

Black with #C83B2D

Text Example


Text Example

White with #C83B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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