Html Css Color HEX #C83F2D Persian Red

📋 copy color: '#C83F2D'

red 200 ◦ green 63 ◦ blue 45

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

Shades of Persian Red #C83F2D

Tints of Persian Red #C83F2D

RGB

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

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

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

R = 64.94%
G = 20.45%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C83F2D (or 0xC83F2D) is known color: Persian Red. HEX triplet: C8, 3F and 2D. RGB value is (200,63,45). Sum of RGB (Red+Green+Blue) = 200+63+45=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F2D is #37C0D2. Grayscale: #666666. Windows color (decimal): -3653843 or 2965448. OLE color: 2965448.

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

Color convert

RGB 200 63 45 -
CMYK 0 0.68 0.78 0.22
HSL 6.97º 0.63% 0.48% -
HSV(B) 6.97º 0.78% 0.78% -
XYZ 26.07 16.02 4.2 -
YUV 101.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 200 63 45 0 0.68 0.78 0.22 6.97 0.63 0.48
Hex C8 3F 2D 0 44 4E 16 7 3F 30
Octal 310 77 55 0 104 116 26 7 77 60
Binary 11001000 111111 101101 0 1000100 1001110 10110 111 111111 110000

Color Harmonies of #C83F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F2D

Black with #C83F2D

Text Example


Text Example

White with #C83F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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