Html Css Color HEX #C83C2D Persian Red

📋 copy color: '#C83C2D'

red 200 ◦ green 60 ◦ blue 45

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

Shades of Persian Red #C83C2D

Tints of Persian Red #C83C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 65.57%
G = 19.67%
B = 14.75%

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

#C83C2D (or 0xC83C2D) is known color: Persian Red. HEX triplet: C8, 3C and 2D. RGB value is (200,60,45). Sum of RGB (Red+Green+Blue) = 200+60+45=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C2D is #37C3D2. Grayscale: #646464. Windows color (decimal): -3654611 or 2964680. OLE color: 2964680.

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

Color convert

RGB 200 60 45 -
CMYK 0 0.7 0.78 0.22
HSL 5.81º 0.63% 0.48% -
HSV(B) 5.81º 0.78% 0.78% -
XYZ 25.91 15.7 4.15 -
YUV 100.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 200 60 45 0 0.7 0.78 0.22 5.81 0.63 0.48
Hex C8 3C 2D 0 46 4E 16 6 3F 30
Octal 310 74 55 0 106 116 26 6 77 60
Binary 11001000 111100 101101 0 1000110 1001110 10110 110 111111 110000

Color Harmonies of #C83C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C2D

Black with #C83C2D

Text Example


Text Example

White with #C83C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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