Html Css Color HEX #C83C2C Persian Red

📋 copy color: '#C83C2C'

red 200 ◦ green 60 ◦ blue 44

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

Shades of Persian Red #C83C2C

Tints of Persian Red #C83C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 65.79%
G = 19.74%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C83C2C (or 0xC83C2C) is known color: Persian Red. HEX triplet: C8, 3C and 2C. RGB value is (200,60,44). Sum of RGB (Red+Green+Blue) = 200+60+44=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C2C is #37C3D3. Grayscale: #646464. Windows color (decimal): -3654612 or 2899144. OLE color: 2899144.

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

Color convert

RGB 200 60 44 -
CMYK 0 0.7 0.78 0.22
HSL 6.15º 0.64% 0.48% -
HSV(B) 6.15º 0.78% 0.78% -
XYZ 25.89 15.69 4.05 -
YUV 100.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 200 60 44 0 0.7 0.78 0.22 6.15 0.64 0.48
Hex C8 3C 2C 0 46 4E 16 6 40 30
Octal 310 74 54 0 106 116 26 6 100 60
Binary 11001000 111100 101100 0 1000110 1001110 10110 110 1000000 110000

Color Harmonies of #C83C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C2C

Black with #C83C2C

Text Example


Text Example

White with #C83C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C2C; }

 p { color: rgb(200,60,44); }

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

background-color css

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

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

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

border-color css

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

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

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