Html Css Color HEX #C83D35 Persian Red

📋 copy color: '#C83D35'

red 200 ◦ green 61 ◦ blue 53

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

Shades of Persian Red #C83D35

Tints of Persian Red #C83D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 63.69%
G = 19.43%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C83D35 (or 0xC83D35) is known color: Persian Red. HEX triplet: C8, 3D and 35. RGB value is (200,61,53). Sum of RGB (Red+Green+Blue) = 200+61+53=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D35 is #37C2CA. Grayscale: #656565. Windows color (decimal): -3654347 or 3489224. OLE color: 3489224.

HSL color Cylindrical-coordinate representation of color #C83D35: hue angle of 3.27º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83D35 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 61 53 -
CMYK 0 0.69 0.74 0.22
HSL 3.27º 0.58% 0.5% -
HSV(B) 3.27º 0.74% 0.78% -
XYZ 26.13 15.87 5.05 -
YUV 101.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 200 61 53 0 0.69 0.74 0.22 3.27 0.58 0.5
Hex C8 3D 35 0 45 4A 16 3 3A 32
Octal 310 75 65 0 105 112 26 3 72 62
Binary 11001000 111101 110101 0 1000101 1001010 10110 11 111010 110010

Color Harmonies of #C83D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83D35

Black with #C83D35

Text Example


Text Example

White with #C83D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83D35; }

 p { color: rgb(200,61,53); }

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

background-color css

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

 a { background-color: rgb(200,61,53); }

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

border-color css

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

 span { border-color: rgb(200,61,53); }

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