Html Css Color HEX #C83D36 Persian Red

📋 copy color: '#C83D36'

red 200 ◦ green 61 ◦ blue 54

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

Shades of Persian Red #C83D36

Tints of Persian Red #C83D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 54 (21.48% from 255) = 17.14%

R = 63.49%
G = 19.37%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C83D36 (or 0xC83D36) is known color: Persian Red. HEX triplet: C8, 3D and 36. RGB value is (200,61,54). Sum of RGB (Red+Green+Blue) = 200+61+54=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D36 is #37C2C9. Grayscale: #656565. Windows color (decimal): -3654346 or 3554760. OLE color: 3554760.

HSL color Cylindrical-coordinate representation of color #C83D36: hue angle of 2.88º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83D36 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 61 54 -
CMYK 0 0.69 0.73 0.22
HSL 2.88º 0.57% 0.5% -
HSV(B) 2.88º 0.73% 0.78% -
XYZ 26.15 15.88 5.18 -
YUV 101.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 200 61 54 0 0.69 0.73 0.22 2.88 0.57 0.5
Hex C8 3D 36 0 45 49 16 3 39 32
Octal 310 75 66 0 105 111 26 3 71 62
Binary 11001000 111101 110110 0 1000101 1001001 10110 11 111001 110010

Color Harmonies of #C83D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83D36

Black with #C83D36

Text Example


Text Example

White with #C83D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83D36; }

 p { color: rgb(200,61,54); }

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

background-color css

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

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

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

border-color css

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

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

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