Html Css Color HEX #C83F3A Persian Red

📋 copy color: '#C83F3A'

red 200 ◦ green 63 ◦ blue 58

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

Shades of Persian Red #C83F3A

Tints of Persian Red #C83F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.07%

R = 62.31%
G = 19.63%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C83F3A (or 0xC83F3A) is known color: Persian Red. HEX triplet: C8, 3F and 3A. RGB value is (200,63,58). Sum of RGB (Red+Green+Blue) = 200+63+58=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F3A is #37C0C5. Grayscale: #676767. Windows color (decimal): -3653830 or 3817416. OLE color: 3817416.

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

Color convert

RGB 200 63 58 -
CMYK 0 0.68 0.71 0.22
HSL 2.11º 0.56% 0.51% -
HSV(B) 2.11º 0.71% 0.78% -
XYZ 26.36 16.14 5.73 -
YUV 103.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 200 63 58 0 0.68 0.71 0.22 2.11 0.56 0.51
Hex C8 3F 3A 0 44 47 16 2 38 33
Octal 310 77 72 0 104 107 26 2 70 63
Binary 11001000 111111 111010 0 1000100 1000111 10110 10 111000 110011

Color Harmonies of #C83F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F3A

Black with #C83F3A

Text Example


Text Example

White with #C83F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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