Html Css Color HEX #C83B3B Persian Red

📋 copy color: '#C83B3B'

red 200 ◦ green 59 ◦ blue 59

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

Shades of Persian Red #C83B3B

Tints of Persian Red #C83B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 62.89%
G = 18.55%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C83B3B (or 0xC83B3B) is known color: Persian Red. HEX triplet: C8, 3B and 3B. RGB value is (200,59,59). Sum of RGB (Red+Green+Blue) = 200+59+59=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B3B is #37C4C4. Grayscale: #656565. Windows color (decimal): -3654853 or 3881928. OLE color: 3881928.

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

Color convert

RGB 200 59 59 -
CMYK 0 0.70 0.70 0.22
HSL 0.56% 0.51% -
HSV(B) 0.71% 0.78% -
XYZ 26.17 15.72 5.79 -
YUV 101.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 200 59 59 0 0.70 0.70 0.22 0 0.56 0.51
Hex C8 3B 3B 0 46 46 16 0 38 33
Octal 310 73 73 0 106 106 26 0 70 63
Binary 11001000 111011 111011 0 1000110 1000110 10110 0 111000 110011

Color Harmonies of #C83B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B3B

Black with #C83B3B

Text Example


Text Example

White with #C83B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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