Html Css Color HEX #C83E2D Persian Red

📋 copy color: '#C83E2D'

red 200 ◦ green 62 ◦ blue 45

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

Shades of Persian Red #C83E2D

Tints of Persian Red #C83E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

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

R = 65.15%
G = 20.2%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C83E2D (or 0xC83E2D) is known color: Persian Red. HEX triplet: C8, 3E and 2D. RGB value is (200,62,45). Sum of RGB (Red+Green+Blue) = 200+62+45=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E2D is #37C1D2. Grayscale: #656565. Windows color (decimal): -3654099 or 2965192. OLE color: 2965192.

HSL color Cylindrical-coordinate representation of color #C83E2D: hue angle of 6.58º 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 #C83E2D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 62 45 -
CMYK 0 0.69 0.78 0.22
HSL 6.58º 0.63% 0.48% -
HSV(B) 6.58º 0.78% 0.78% -
XYZ 26.02 15.91 4.18 -
YUV 101.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 200 62 45 0 0.69 0.78 0.22 6.58 0.63 0.48
Hex C8 3E 2D 0 45 4E 16 7 3F 30
Octal 310 76 55 0 105 116 26 7 77 60
Binary 11001000 111110 101101 0 1000101 1001110 10110 111 111111 110000

Color Harmonies of #C83E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E2D

Black with #C83E2D

Text Example


Text Example

White with #C83E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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