Html Css Color HEX #C63728 Persian Red

📋 copy color: '#C63728'

red 198 ◦ green 55 ◦ blue 40

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

Shades of Persian Red #C63728

Tints of Persian Red #C63728

RGB

 RED value IS 198 (77.73% from 255) = 67.58%

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 67.58%
G = 18.77%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C63728 (or 0xC63728) is known color: Persian Red. HEX triplet: C6, 37 and 28. RGB value is (198,55,40). Sum of RGB (Red+Green+Blue) = 198+55+40=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C63728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63728 is #39C8D7. Grayscale: #606060. Windows color (decimal): -3786968 or 2635718. OLE color: 2635718.

HSL color Cylindrical-coordinate representation of color #C63728: hue angle of 5.7º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C63728 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 40 -
CMYK 0 0.72 0.80 0.22
HSL 5.7º 0.66% 0.47% -
HSV(B) 5.7º 0.8% 0.78% -
XYZ 25.04 14.89 3.56 -
YUV 96.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 198 55 40 0 0.72 0.80 0.22 5.7 0.66 0.47
Hex C6 37 28 0 48 50 16 6 42 2F
Octal 306 67 50 0 110 120 26 6 102 57
Binary 11000110 110111 101000 0 1001000 1010000 10110 110 1000010 101111

Color Harmonies of #C63728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63728

Black with #C63728

Text Example


Text Example

White with #C63728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63728; }

 p { color: rgb(198,55,40); }

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

background-color css

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

 a { background-color: rgb(198,55,40); }

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

border-color css

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

 span { border-color: rgb(198,55,40); }

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