Html Css Color HEX #C83725 Persian Red

📋 copy color: '#C83725'

red 200 ◦ green 55 ◦ blue 37

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

Shades of Persian Red #C83725

Tints of Persian Red #C83725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 68.49%
G = 18.84%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83725 (or 0xC83725) is known color: Persian Red. HEX triplet: C8, 37 and 25. RGB value is (200,55,37). Sum of RGB (Red+Green+Blue) = 200+55+37=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C83725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83725 is #37C8DA. Grayscale: #606060. Windows color (decimal): -3655899 or 2439112. OLE color: 2439112.

HSL color Cylindrical-coordinate representation of color #C83725: hue angle of 6.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83725 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 37 -
CMYK 0 0.72 0.82 0.22
HSL 6.63º 0.69% 0.46% -
HSV(B) 6.63º 0.82% 0.78% -
XYZ 25.52 15.15 3.33 -
YUV 96.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 200 55 37 0 0.72 0.82 0.22 6.63 0.69 0.46
Hex C8 37 25 0 48 52 16 7 45 2E
Octal 310 67 45 0 110 122 26 7 105 56
Binary 11001000 110111 100101 0 1001000 1010010 10110 111 1000101 101110

Color Harmonies of #C83725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83725

Black with #C83725

Text Example


Text Example

White with #C83725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83725; }

 p { color: rgb(200,55,37); }

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

background-color css

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

 a { background-color: rgb(200,55,37); }

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

border-color css

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

 span { border-color: rgb(200,55,37); }

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