Html Css Color HEX #C83F3C Persian Red

📋 copy color: '#C83F3C'

red 200 ◦ green 63 ◦ blue 60

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

Shades of Persian Red #C83F3C

Tints of Persian Red #C83F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 61.92%
G = 19.5%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C83F3C (or 0xC83F3C) is known color: Persian Red. HEX triplet: C8, 3F and 3C. RGB value is (200,63,60). Sum of RGB (Red+Green+Blue) = 200+63+60=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F3C is #37C0C3. Grayscale: #676767. Windows color (decimal): -3653828 or 3948488. OLE color: 3948488.

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

Color convert

RGB 200 63 60 -
CMYK 0 0.68 0.7 0.22
HSL 1.29º 0.56% 0.51% -
HSV(B) 1.29º 0.7% 0.78% -
XYZ 26.41 16.16 6 -
YUV 103.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 200 63 60 0 0.68 0.7 0.22 1.29 0.56 0.51
Hex C8 3F 3C 0 44 46 16 1 38 33
Octal 310 77 74 0 104 106 26 1 70 63
Binary 11001000 111111 111100 0 1000100 1000110 10110 1 111000 110011

Color Harmonies of #C83F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F3C

Black with #C83F3C

Text Example


Text Example

White with #C83F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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