Html Css Color HEX #C83B38 Persian Red

📋 copy color: '#C83B38'

red 200 ◦ green 59 ◦ blue 56

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

Shades of Persian Red #C83B38

Tints of Persian Red #C83B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 63.49%
G = 18.73%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C83B38 (or 0xC83B38) is known color: Persian Red. HEX triplet: C8, 3B and 38. RGB value is (200,59,56). Sum of RGB (Red+Green+Blue) = 200+59+56=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B38 is #37C4C7. Grayscale: #646464. Windows color (decimal): -3654856 or 3685320. OLE color: 3685320.

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

Color convert

RGB 200 59 56 -
CMYK 0 0.70 0.72 0.22
HSL 1.25º 0.57% 0.5% -
HSV(B) 1.25º 0.72% 0.78% -
XYZ 26.1 15.69 5.39 -
YUV 100.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 200 59 56 0 0.70 0.72 0.22 1.25 0.57 0.5
Hex C8 3B 38 0 46 48 16 1 39 32
Octal 310 73 70 0 106 110 26 1 71 62
Binary 11001000 111011 111000 0 1000110 1001000 10110 1 111001 110010

Color Harmonies of #C83B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B38

Black with #C83B38

Text Example


Text Example

White with #C83B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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