Html Css Color HEX #C83C2F Persian Red

📋 copy color: '#C83C2F'

red 200 ◦ green 60 ◦ blue 47

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

Shades of Persian Red #C83C2F

Tints of Persian Red #C83C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 65.15%
G = 19.54%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C83C2F (or 0xC83C2F) is known color: Persian Red. HEX triplet: C8, 3C and 2F. RGB value is (200,60,47). Sum of RGB (Red+Green+Blue) = 200+60+47=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C2F is #37C3D0. Grayscale: #646464. Windows color (decimal): -3654609 or 3095752. OLE color: 3095752.

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

Color convert

RGB 200 60 47 -
CMYK 0 0.7 0.76 0.22
HSL 5.1º 0.62% 0.48% -
HSV(B) 5.1º 0.77% 0.78% -
XYZ 25.95 15.72 4.36 -
YUV 100.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 200 60 47 0 0.7 0.76 0.22 5.1 0.62 0.48
Hex C8 3C 2F 0 46 4C 16 5 3E 30
Octal 310 74 57 0 106 114 26 5 76 60
Binary 11001000 111100 101111 0 1000110 1001100 10110 101 111110 110000

Color Harmonies of #C83C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C2F

Black with #C83C2F

Text Example


Text Example

White with #C83C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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