Html Css Color HEX #C83930 Persian Red

📋 copy color: '#C83930'

red 200 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #C83930

Tints of Persian Red #C83930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 65.57%
G = 18.69%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C83930 (or 0xC83930) is known color: Persian Red. HEX triplet: C8, 39 and 30. RGB value is (200,57,48). Sum of RGB (Red+Green+Blue) = 200+57+48=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83930 is #37C6CF. Grayscale: #626262. Windows color (decimal): -3655376 or 3160520. OLE color: 3160520.

HSL color Cylindrical-coordinate representation of color #C83930: hue angle of 3.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83930 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 57 48 -
CMYK 0 0.72 0.76 0.22
HSL 3.55º 0.61% 0.49% -
HSV(B) 3.55º 0.76% 0.78% -
XYZ 25.82 15.42 4.41 -
YUV 98.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 200 57 48 0 0.72 0.76 0.22 3.55 0.61 0.49
Hex C8 39 30 0 48 4C 16 4 3D 31
Octal 310 71 60 0 110 114 26 4 75 61
Binary 11001000 111001 110000 0 1001000 1001100 10110 100 111101 110001

Color Harmonies of #C83930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83930

Black with #C83930

Text Example


Text Example

White with #C83930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83930; }

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

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

background-color css

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

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

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

border-color css

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

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

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