Html Css Color HEX #C83730 Persian Red

📋 copy color: '#C83730'

red 200 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #C83730

Tints of Persian Red #C83730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 66.01%
G = 18.15%
B = 15.84%

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

#C83730 (or 0xC83730) is known color: Persian Red. HEX triplet: C8, 37 and 30. RGB value is (200,55,48). Sum of RGB (Red+Green+Blue) = 200+55+48=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C83730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83730 is #37C8CF. Grayscale: #616161. Windows color (decimal): -3655888 or 3160008. OLE color: 3160008.

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

Color convert

RGB 200 55 48 -
CMYK 0 0.72 0.76 0.22
HSL 2.76º 0.61% 0.49% -
HSV(B) 2.76º 0.76% 0.78% -
XYZ 25.72 15.23 4.38 -
YUV 97.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 200 55 48 0 0.72 0.76 0.22 2.76 0.61 0.49
Hex C8 37 30 0 48 4C 16 3 3D 31
Octal 310 67 60 0 110 114 26 3 75 61
Binary 11001000 110111 110000 0 1001000 1001100 10110 11 111101 110001

Color Harmonies of #C83730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83730

Black with #C83730

Text Example


Text Example

White with #C83730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83730; }

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

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

background-color css

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

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

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

border-color css

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

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

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